DataSourceCommand Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The DataSourceCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| DataSourceCommand |
Initializes a new DataSourceCommand of unspecified type. The CommandType must be specified prior to execution
|
| 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.
|
| Name | Description | |
|---|---|---|
| CreateCallRemoteMethodCommand |
Creates a call remote method command. The AdditionalData property contains the method name
and the arguments as a comma separated list.
| |
| CreateDeleteRowCommand |
Creates a delete row command.
| |
| CreateEvaluateDataFilterCommand |
Returns new DataSourceCommand which evaluates whether a row is matched by a data filter.
| |
| CreateGetRowCommand |
Returns a get row command.
| |
| CreateGetTableMetadataCommand |
Returns new DataSourceCommand which gets the table meta-data.
| |
| CreateQueryCommand |
Creates a query command.
| |
| CreateQueryCountCommand |
Creates a COUNT command that returns the number of records returned by a query.
| |
| CreateUpdateCommand |
Creates an update command.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |