StatementType 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.
public enum class StatementType
public enum StatementType
type StatementType =
Public Enum StatementType
- Inheritance
-
StatementType
Fields
Name | Value | Description |
---|---|---|
Update | 0 | |
Delete | 1 | |
Insert | 2 | |
Select | 3 | |
DDL | 4 | |
Proc | 5 | |
Other | 6 |