Share via


DataConnection.AsyncCommand Property

Definition

Retrieves an object that can perform asynchronous derivation and execution of commands on the data source.

public:
 property Microsoft::VisualStudio::Data::DataAsyncCommand ^ AsyncCommand { Microsoft::VisualStudio::Data::DataAsyncCommand ^ get(); };
public Microsoft.VisualStudio.Data.DataAsyncCommand AsyncCommand { get; }
member this.AsyncCommand : Microsoft.VisualStudio.Data.DataAsyncCommand
Public ReadOnly Property AsyncCommand As DataAsyncCommand

Property Value

Returns an object instance of the DataAsyncCommand class, which can perform asynchronous derivation and execution of commands on the data source.

Applies to