Share via


DataCommandType Enumeration

Represents an enumeration of predefined data command types.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Enumeration DataCommandType
public enum DataCommandType
public enum class DataCommandType
type DataCommandType
public enum DataCommandType

Members

Member name Description
Prepared The command is prepared and is the return value of the Prepare method.
Procedure The command holds the name of a stored procedure.
ScalarFunction The command holds the name of a scalar function.
Table The command holds the name of a table.
TabularFunction The command holds the name of a tabular function.
Text The command is a text command.

Remarks

The set of command types defined by this class are not intended to be a complete list but rather a simple means for identifying base types likely to be supported by many DDEX providers. For future additions, the numbers 1 through 99 are reserved for values in this enumeration. Numbers 100 and over can be used for provider-specific command types.

See Also

Reference

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace