DataConnection.AsyncCommand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.