Click or drag to resize
IDataExportService Interface

[This is preliminary documentation and is subject to change.]

Webservice used to export data from database

Namespace: _3LProServices.DataExportService
Assembly: 3LProServices (in 3LProServices.dll) Version: 15.2.1.19 (15.2.1.19)
Syntax
public interface IDataExportService

The IDataExportService type exposes the following members.

Methods
  NameDescription
Public methodGetDataFromView
Returns the result from a database view that is readable for the given database user. Result can be filtered by passing an optional where clause
Top
See Also