DataConnection.Command Property
Retrieves an object that can perform derivation and execution of commands on the data source.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Command As DataCommand
public DataCommand Command { get; }
public:
property DataCommand^ Command {
DataCommand^ get ();
}
member Command : DataCommand with get
function get Command () : DataCommand
Property Value
Type: Microsoft.VisualStudio.Data.DataCommand
Returns an object instance of the DataCommand class, which can perform derivation and execution of commands on the data source.
Remarks
This method is for performing synchronous commands. For performing commands asynchronously, see AsyncCommand.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.