DataConnection.Command 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 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.