EnsuredQueryableTable Class

Represents a table that Ignition ensured to be queryable during during bootstrapping

Definition

Namespace: Ignition.Configuration
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class EnsuredQueryableTable
Inheritance
Object    EnsuredQueryableTable

Properties

Alias The alias defined on the new From Table entry, if the required entry is missing.
JoinExpression The Join Expression defined on the new From Table entry, if the required entry is missing.
JoinType The type of SQL join to perform on the new From Table entry, if the required entry is missing.
Table The destination table, which the List Table in question should reference
Type The entity whose business object's List Table is being examined

See Also