Class SQL
Class for the item type SQL
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class SQL : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceSQL()
Declaration
protected SQL()
SQL(ElementFactory, Object[])
Declaration
public SQL(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceExecutionCount()
Retrieve the execution_count
property of the item
Declaration
public IProperty_Number ExecutionCount()
Returns
Type | Description |
---|---|
IProperty_Number |
ExecutionFlag()
Retrieve the execution_flag
property of the item
Declaration
public IProperty_Text ExecutionFlag()
Returns
Type | Description |
---|---|
IProperty_Text |
NameProp()
Retrieve the name
property of the item
Declaration
public IProperty_Text NameProp()
Returns
Type | Description |
---|---|
IProperty_Text |
OldName()
Retrieve the old_name
property of the item
Declaration
public IProperty_Text OldName()
Returns
Type | Description |
---|---|
IProperty_Text |
OracleBody()
Retrieve the oracle_body
property of the item
Declaration
public IProperty_Text OracleBody()
Returns
Type | Description |
---|---|
IProperty_Text |
SqlserverBody()
Retrieve the sqlserver_body
property of the item
Declaration
public IProperty_Text SqlserverBody()
Returns
Type | Description |
---|---|
IProperty_Text |
Stale()
Retrieve the stale
property of the item
Declaration
public IProperty_Boolean Stale()
Returns
Type | Description |
---|---|
IProperty_Boolean |
TransformFirst()
Retrieve the transform_first
property of the item
Declaration
public IProperty_Boolean TransformFirst()
Returns
Type | Description |
---|---|
IProperty_Boolean |
Type()
Retrieve the type
property of the item
Declaration
public IProperty_Text Type()
Returns
Type | Description |
---|---|
IProperty_Text |