Click or drag to resize

IgnitionConfigurationEnsureTableIsQueryable Method

Overload List
 NameDescription
Public methodEnsureTableIsQueryableTEntity(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.
Public methodEnsureTableIsQueryableTEntity(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.
Top
See Also