Enum 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 enum QueryExecutionHelper.ExecutionType
Fields
| Name | Description |
|---|---|
| NonQuery | What kind of query - one that returns a reader with results, or some other kind |
| Reader | What kind of query - one that returns a reader with results, or some other kind |
| Scalar | What kind of query - one that returns a reader with results, or some other kind |