DataAsyncCommand Members
Include Protected Members
Include Inherited Members
Enables executing data commands in an asynchronous manner.
The DataAsyncCommand type exposes the following members.
Constructors
Name
Description
Class constructor. Instantiates a nonparameterized instance of the DataAsyncCommand class.
Top
Methods
Name
Description
Derives, in an asynchronous manner, a set of parameters for use with a specified command.
Derives, in an asynchronous manner, the schema of the specified command.
Executes a command in an asynchronous manner.
Executes, in an asynchronous manner, a command that does not return any results beyond an integer value indicating status.
Prepares, in an asynchronous manner, the specified command to be executed against the data source; the command may then be executed multiple times, with varying parameters.
Overloaded.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top