Assembly: Report;
The IPrxTableSource interface contains properties and methods that are used to work with a relational data source.
IPrxTableSource
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. |
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. |
Method name | Brief description | |
Execute | The Execute method enables the user to get data from a relational data source. |
See also: