Click or drag to resize
IEntity2DetachFromGraph Method
Detaches this entity from all referencing entities and resets all references in this entity to other entities, including many-to-many relationships.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void DetachFromGraph()
Remarks
It can't reset references in other entities to this entity instance if this entity instance has no reference to said other entities, which means those references will still be present after calling this method. This method starts with this entity and dereferences itself from entities known by this entity.
See Also