Enum AmlSqlRenderOption
What type of SQL query to render
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public enum AmlSqlRenderOption
Fields
Name | Description |
---|---|
CountQuery | A query which returns the count of matching items |
FromClause | The |
OffsetQuery | A query which returns the offset of an item in a result set |
SelectQuery | A |
WhereClause | The |