IPrxTableSource

Assembly: Report;

Description

The IPrxTableSource interface contains properties and methods that are used to work with a relational data source.

Inheritance Hierarchy

          INamedEntity

          IPrxTableSource

Properties

  Property name Brief description
DataCache The DataCache property returns the relational data area, for which data must be cached.
DataObject The DataObject property returns a repository object corresponding to the current relational data source.
Dataset The Dataset property determines a relational data source.
TableSources The TableSources property returns the collection of relational data sources.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines an object identifier.
Key The Key property returns the object key.
Name The Name property determines an object name.

Methods

  Method name Brief description
Execute The Execute method enables the user to get data from a relational data source.

See also:

Report Assembly Interfaces