DataCommandType Enum

Definition

Represents an enumeration of predefined data command types.

public enum class DataCommandType
public enum DataCommandType
type DataCommandType = 
Public Enum DataCommandType
Inheritance
DataCommandType

Fields

Prepared 2

The command is prepared and is the return value of the Prepare(String, DataCommandType, IVsDataParameter[]) method.

Procedure 4

The command holds the name of a stored procedure.

ScalarFunction 5

The command holds the name of a scalar function.

Table 3

The command holds the name of a table.

TabularFunction 6

The command holds the name of a tabular function.

Text 1

The command is a text command.

Applies to