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
Protected method DataAsyncCommand Class constructor. Instantiates a nonparameterized instance of the DataAsyncCommand class.

Top

Methods

  Name Description
Public method AsyncDeriveParameters Derives, in an asynchronous manner, a set of parameters for use with a specified command.
Public method AsyncDeriveSchema Derives, in an asynchronous manner, the schema of the specified command.
Public method AsyncExecute Executes a command in an asynchronous manner.
Public method AsyncExecuteWithoutResults Executes, in an asynchronous manner, a command that does not return any results beyond an integer value indicating status.
Public method 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.
Public method Cancel Overloaded.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

See Also

Reference

DataAsyncCommand Class

Microsoft.VisualStudio.Data Namespace