Enum StatementType
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Specifies the type of SQL statement, e.g. SELECT
public enum StatementType
Fields
Call = 11
Copy = 8
CreateTableAs = 5
Delete = 3
Fetch = 7
Insert = 2
Merge = 10
Move = 6
Other = 9
Select = 1
Unknown = 0
Update = 4