Include Protected Members
Include Inherited Members
Enables executing data commands in an asynchronous manner.
The DataAsyncCommand type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DataAsyncCommand | Class constructor. Instantiates a nonparameterized instance of the DataAsyncCommand class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AsyncDeriveParameters | Derives, in an asynchronous manner, a set of parameters for use with a specified command. |
![]() |
AsyncDeriveSchema | Derives, in an asynchronous manner, the schema of the specified command. |
![]() |
AsyncExecute | Executes a command in an asynchronous manner. |
![]() |
AsyncExecuteWithoutResults | Executes, in an asynchronous manner, a command that does not return any results beyond an integer value indicating status. |
![]() |
AsyncPrepare | 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. |
![]() |
Cancel | Overloaded. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
.gif)
.gif)