Click or drag to resize

DataSourceCommand Properties

The DataSourceCommand type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalData
Gets or sets the additional data, used for some data access operations.
Public propertyCommandType
Gets or sets the type of the command.
Public propertyId
The value of Id column for some row operations. Valid only for some command types
Public propertyParameter
DataSet used as parameter for some command types
Public propertyQuery
The query to execute. Valid only for some command types
Public propertyResult
DataSet, which contains the result for queries, that return data. Valid only for some command types
Public propertyTableMetadataResult
Contains the returned table meta data for GetTableMetaData command type
Public propertyTableName
The table for which to retrieve data or update. Valid only for some command types
Public propertyTransactionName
Gets or sets the name of the transaction.
Top
See Also