DataSourceExtensions Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The DataSourceExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| Delete |
Deletes the specified row from the data source
| |
| Execute |
Executes one command on the data source
| |
| ExecuteGetTableMetadataCommand |
Gets meta data information about a table
| |
| GetById |
Loads from the data source a table row from the specified table with the specified id.
| |
| GetByIdList |
Loads from the data source the rows with the specified ids.
| |
| GetCount |
Gets the number of records matching the specified filter.
| |
| Read |
Reads multiple (up to rowCount) rows from the specified query, matching the filter
| |
| Update(IDataSource, IBuffer, String) |
Executes data update command on the data source
| |
| Update(IDataSource, IBuffer, String) |
Updates the data source with the changes in the DataSet
|