Share via


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
    Get
public DataCommand Command { get; }
public:
property DataCommand^ Command {
    DataCommand^ get ();
}
member Command : DataCommand
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

See Also

Reference

DataConnection Class

Microsoft.VisualStudio.Data Namespace