Class QueryExecutionHelper.ExecutionType
What kind of query - one that returns a reader with results, or some other kind
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public sealed class ExecutionType : Enum
Fields
NonQuery
What kind of query - one that returns a reader with results, or some other kind
Declaration
public const QueryExecutionHelper.ExecutionType NonQuery
Field Value
Type | Description |
---|---|
QueryExecutionHelper.ExecutionType |
Reader
What kind of query - one that returns a reader with results, or some other kind
Declaration
public const QueryExecutionHelper.ExecutionType Reader
Field Value
Type | Description |
---|---|
QueryExecutionHelper.ExecutionType |
value__
What kind of query - one that returns a reader with results, or some other kind
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)