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