DataSourceCommandType Class |
Namespace: Aloe.SystemFrameworks.Domain.DataAccess
The DataSourceCommandType type exposes the following members.
| Name | Description | |
|---|---|---|
| CallRemoteMethod |
Invokes a remote method of an entity.
The result is provided in AdditionalData.
| |
| DeleteRow |
Deletes one row with the specified Id
from the table with the specified TableName.
For more information, see CreateDeleteRowCommand(String, Guid, String). | |
| EvaluateDataFilter |
Evaluates whether a data row in a buffer satisfies a data filter.
Input parameters:
For more information, CreateEvaluateDataFilterCommand(String, Guid, String, String, IBuffer) | |
| GetRow |
Retrieves one row with the specified Id
from the table with the specified TableName.
For more information, see CreateGetRowCommand(String, Guid, String). | |
| GetTableMetadata |
Gets meta data for the table, specified in TableName.
Returns the meta-data in TableMetadataResult.
For more information, see CreateGetTableMetadataCommand(String, String). | |
| Query |
Executes the supplied Query against the data source.
The result is provided in Result.
For more information, see CreateQueryCommand(DataAccessQuery, String). | |
| QueryCount |
Returns the number of records returned by a query.
The result is provided in AdditionalData.
For more information, see CreateQueryCountCommand(DataAccessQuery, String). | |
| Unspecified |
Default value for command type. Can only be used temporarily and cannot be executed.
| |
| Update |
Applies the changes, supplied in the Parameter property.
For more information, see CreateUpdateCommand(IBuffer, String). | |
| value__ |