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 SourceAmlContext
Gets the aml context used for serializing/deserializing values
Declaration
ElementFactory AmlContext { get; }
Property Value
Type | Description |
---|---|
ElementFactory |
IdentityList
Gets the identity list for the current user
Declaration
string IdentityList { get; }
Property Value
Type | Description |
---|---|
System.String |
PermissionOption
How to handle permissions with the query
Declaration
AmlSqlPermissionOption PermissionOption { get; }
Property Value
Type | Description |
---|---|
AmlSqlPermissionOption |
RenderOption
What portion of the SQL query to render
Declaration
AmlSqlRenderOption RenderOption { get; }
Property Value
Type | Description |
---|---|
AmlSqlRenderOption |
UserId
ID of the current user
Declaration
string UserId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetProperties(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> |