Enum QueryType
The type of a query.
public enum QueryType
- Extension Methods
Fields
Unknown = 0The query type is unknown
ReadOnly = 1The query is a readonly query
ReadWrite = 2The query is a readwrite query
WriteOnly = 3The query is a writeonly query
SchemaWrite = 4The query is a schemawrite query