Task-oriented Session methods
- To submit or lookup entities, you need to know the appropriate EntityDef. Session operations relating to an EntityDef: GetEntityDef GetDefaultEntityDef GetEntityDefNames GetReqEntityDefNames GetAuxEntityDefNames GetSubmitEntityDefNames GetQueryEntityDefNames
- To lookup, submit, delete or modify an entity, use: BuildEntity EditEntity GetEntity GetEntityByDbId DeleteEntity StringIdToDbId DbIdToStringId
- To add or delete duplicate relationships between entities, use: MarkEntityAsDuplicate UnmarkEntityAsDuplicate
- To search the database rather than just doing a lookup of a single entity, use the following Query-related operations: OpenQueryDef BuildResultSet BuildSQLQuery BuildQuery
- To get family information, use: GetEntityDefFamilyNames GetEntityDefFamilyName GetQueryEntityDefNames