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