Share via


DataConnection.Command Property

Definition

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

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

Property Value

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

Applies to