Enum StatementType
Specifies the type of SQL statement, e.g. SELECT
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public enum StatementType
Fields
Name | Description |
---|---|
Call | |
Copy | |
CreateTableAs | |
Delete | |
Fetch | |
Insert | |
Merge | |
Move | |
Other | |
Select | |
Unknown | |
Update |