태스크 지향 Session 메소드
- 엔티티를 제출하거나 찾아보려면 적절한
EntityDef를 알아야 합니다. EntityDef에 연관된 Session 오퍼레이션은
GetEntityDef, GetDefaultEntityDef, GetEntityDefNames, GetReqEntityDefNames, GetAuxEntityDefNames, GetSubmitEntityDefNames 및 GetQueryEntityDefNames입니다.
- 엔티티를
찾아보거나 제출, 삭제 또는 수정하려면
BuildEntity,
EditEntity,
GetEntity,
GetEntityByDbId,
DeleteEntity,
StringIdToDbId 및
DbIdToStringId를 사용하십시오.
- 엔티티 간의 중복 관계를 추가하거나 삭제하려면
MarkEntityAsDuplicate 및
UnmarkEntityAsDuplicate를 사용하십시오.
- 단일 엔티티를 찾아보지 않고 데이터베이스를 검색하려면
OpenQueryDef,
BuildResultSet,
BuildSQLQuery 및
BuildQuery와
같은 조회 관련 오퍼레이션을 사용하십시오.
- 패밀리 정보를 가져오려면 GetEntityDefFamilyNames GetEntityDefFamilyName GetQueryEntityDefNames를 사용하십시오.
피드백