CommandTypes 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 possible query command types for querying a data source.
public enum class CommandTypes
public enum CommandTypes
type CommandTypes =
Public Enum CommandTypes
- Inheritance
-
CommandTypes
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Use a query string. |
StoredProcedure | 1 | Use a stored procedure. |
TableDirect | 2 | Directly select database tables. |