Show / Hide Table of Contents

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 FROM clause of a SELECT query

OffsetQuery

A query which returns the offset of an item in a result set

SelectQuery

A SELECT query

WhereClause

The WHERE clause of a SELECT query

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX