TMasterObjectAction Enumeration
Specifies how a child entity relates to its master entity during an ORM operation.
Remarks
None indicates no master-detail context.
Include means the child is being added to the master's collection.
Exclude means the child is being removed from the master's collection.
Syntax
Unit: Aurelius.Types.MasterObjectValue
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | No master-detail relationship context is present for this operation. |
| Include | 1 | The child entity is being added to the master's association collection. |
| Exclude | 2 | The child entity is being removed from the master's association collection. |