Click or drag to resize

DataSourceExtensions Methods

The DataSourceExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDelete
Deletes the specified row from the data source
Public methodStatic memberExecute
Executes one command on the data source
Public methodStatic memberExecuteGetTableMetadataCommand
Gets meta data information about a table
Public methodStatic memberGetById
Loads from the data source a table row from the specified table with the specified id.
Public methodStatic memberGetByIdList
Loads from the data source the rows with the specified ids.
Public methodStatic memberGetCount
Gets the number of records matching the specified filter.
Public methodStatic memberRead
Reads multiple (up to rowCount) rows from the specified query, matching the filter
Public methodStatic memberUpdate(IDataSource, IBuffer, String)
Executes data update command on the data source
Public methodStatic memberUpdate(IDataSource, IBuffer, String)
Updates the data source with the changes in the DataSet
Top
See Also