Share via


StatementType Enum

Definition

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

Applies to