Click or drag to resize

EnsuredQueryableTable Class

Represents a table that Ignition ensured to be queryable during during bootstrapping
Inheritance Hierarchy
SystemObject
  Ignition.ConfigurationEnsuredQueryableTable

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class EnsuredQueryableTable

The EnsuredQueryableTable type exposes the following members.

Properties
 NameDescription
Public propertyAlias The alias defined on the new From Table entry, if the required entry is missing.
Public propertyJoinExpression The Join Expression defined on the new From Table entry, if the required entry is missing.
Public propertyJoinType The type of SQL join to perform on the new From Table entry, if the required entry is missing.
Public propertyTable The destination table, which the List Table in question should reference
Public propertyType The entity whose business object's List Table is being examined
Top
See Also