Show / Hide Table of Contents

Interface IAmlSqlWriterSettings

Settings and metadata used to generate a SQL statement from AML. Metadata will be queried using the specified IConnection

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface IAmlSqlWriterSettings

Properties

| Improve this Doc View Source

AmlContext

Gets the aml context used for serializing/deserializing values

Declaration
ElementFactory AmlContext { get; }
Property Value
Type Description
ElementFactory
| Improve this Doc View Source

IdentityList

Gets the identity list for the current user

Declaration
string IdentityList { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PermissionOption

How to handle permissions with the query

Declaration
AmlSqlPermissionOption PermissionOption { get; }
Property Value
Type Description
AmlSqlPermissionOption
| Improve this Doc View Source

RenderOption

What portion of the SQL query to render

Declaration
AmlSqlRenderOption RenderOption { get; }
Property Value
Type Description
AmlSqlRenderOption
| Improve this Doc View Source

UserId

ID of the current user

Declaration
string UserId { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetProperties(String)

Gets the property metadata for an itemtype by name.

Declaration
IDictionary<string, Property> GetProperties(string itemType)
Parameters
Type Name Description
System.String itemType

Name of the itemtype

Returns
Type Description
System.Collections.Generic.IDictionary<System.String, Property>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX