DataCommandType Enum
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.
Represents the known set of data command types.
public enum class DataCommandType
public enum DataCommandType
type DataCommandType =
Public Enum DataCommandType
- Inheritance
-
DataCommandType
Fields
Name | Value | Description |
---|---|---|
Text | 1 | The command is a text command. |
Prepared | 2 | The command is prepared and is the return value of the Prepare(String, DataCommandType, IVsDataParameter[]) method. |
Table | 3 | The command holds the name of a table. |
Procedure | 4 | The command holds the name of a stored procedure. |
ScalarFunction | 5 | The command holds the name of a scalar function. |
TabularFunction | 6 | The command holds the name of a tabular function. |