IDataSource Methods |
The IDataSource type exposes the following members.
Name | Description | |
---|---|---|
![]() | Execute |
Executes the specified commands
|
![]() | GetTableMetadataOrDefault |
Returns meta-data about the specified table. Returns null if the meta-data is not found.
(Inherited from IMetadataProvider.) |
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the specified row from the data source
(Defined by DataSourceExtensions.) |
![]() | Execute |
Executes one command on the data source
(Defined by DataSourceExtensions.) |
![]() | ExecuteGetTableMetadataCommand |
Gets meta data information about a table
(Defined by DataSourceExtensions.) |
![]() | GetById |
Loads from the data source a table row from the specified table with the specified id.
(Defined by DataSourceExtensions.) |
![]() | GetByIdList |
Loads from the data source the rows with the specified ids.
(Defined by DataSourceExtensions.) |
![]() | GetCount |
Gets the number of records matching the specified filter.
(Defined by DataSourceExtensions.) |
![]() | GetTableMetadata |
Returns the meta-data about the specified table. Throws exception if the table is not found.
(Defined by MetadataProviderExtensions.) |
![]() | Read |
Reads multiple (up to rowCount) rows from the specified query, matching the filter
(Defined by DataSourceExtensions.) |
![]() | Update(IBuffer, String) | Overloaded.
Updates the data source with the changes in the DataSet
(Defined by DataSourceExtensions.) |
![]() | Update(IBuffer, String) | Overloaded.
Executes data update command on the data source
(Defined by DataSourceExtensions.) |