DataSourceCommand Properties |
The DataSourceCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdditionalData |
Gets or sets the additional data, used for some data access operations.
|
![]() | CommandType |
Gets or sets the type of the command.
|
![]() | Id |
The value of Id column for some row operations. Valid only for some command types
|
![]() | Parameter |
DataSet used as parameter for some command types
|
![]() | Query |
The query to execute. Valid only for some command types
|
![]() | Result |
DataSet, which contains the result for queries, that return data. Valid only for some command types
|
![]() | TableMetadataResult |
Contains the returned table meta data for GetTableMetaData command type
|
![]() | TableName |
The table for which to retrieve data or update. Valid only for some command types
|
![]() | TransactionName |
Gets or sets the name of the transaction.
|