IgnitionConfigurationEnsureTableIsQueryable Method

Overload List

EnsureTableIsQueryableTEntity(String, String, String) Whenever any entity includes a NetForumField denormalized from another table, Ignition uses the NetFORUM List Table for that entity's NetForumBusinessObject to look up the data for that field in queries. If the List Table is missing an entry for the requested table, Ignition will be unable to retrieve the requested data. Ensures that TEntity's business object's List Table contains an entry for table. If no entry exists, one will be added using the specified joinExpression and alias.
EnsureTableIsQueryableTEntity(String, JoinType, String, String) Whenever any entity includes a NetForumField denormalized from another table, Ignition uses the NetFORUM List Table for that entity's NetForumBusinessObject to look up the data for that field in queries. If the List Table is missing an entry for the requested table, Ignition will be unable to retrieve the requested data. Ensures that TEntity's business object's List Table contains an entry for table. If no entry exists, one will be added using the specified joinExpression and alias.

See Also