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