DataSourceCommand Methods |
The DataSourceCommand type exposes the following members.
| 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.) |