Click or drag to resize

DataSourceCommand Methods

The DataSourceCommand type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateCallRemoteMethodCommand
Creates a call remote method command. The AdditionalData property contains the method name and the arguments as a comma separated list.
Public methodStatic memberCreateDeleteRowCommand
Creates a delete row command.
Public methodStatic memberCreateEvaluateDataFilterCommand
Returns new DataSourceCommand which evaluates whether a row is matched by a data filter.
Public methodStatic memberCreateGetRowCommand
Returns a get row command.
Public methodStatic memberCreateGetTableMetadataCommand
Returns new DataSourceCommand which gets the table meta-data.
Public methodStatic memberCreateQueryCommand
Creates a query command.
Public methodStatic memberCreateQueryCountCommand
Creates a COUNT command that returns the number of records returned by a query.
Public methodStatic memberCreateUpdateCommand
Creates an update command.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also