Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 966 Bytes

ObjectRelation.rst

File metadata and controls

31 lines (21 loc) · 966 Bytes

ObjectRelation

MCM

ObjectRelation

ObjectRelation can be used to create relations between objects in the CHAOS database.

Create

Creates a relation between two Objects.

param object1GUID

GUID of the first object of the relation

param object2GUID

GUID of the second object of the relation

param objectRelationTypeID

ID of the type of the relation

param sequence
type sequence

integer, optional

returns

The number of affected rows in the database

Delete

Delete a relation between two Objects.

param object1GUID

GUID of the first object of the relation

param object2GUID

GUID of the second object of the relation

param objectRelationTypeID

ID of the type of the relation

returns

The number of affected rows in the database