Enum DataSetSetOperatorMethod
Namespace: LemonEdge.API.Entities.Reporting
Assembly: LemonEdge.API.dll
Syntax
public enum DataSetSetOperatorMethod : short
Fields
| Name | Description |
|---|---|
| SingleStatement | Indicates a union/etc command is used to create one statement |
| TempTables | Indicates results are inserted into temp tables and combinedbefore being returned, breaks statements up into steps which can affect performance |