Click or drag to resize
EntityCoreTFieldsPerformRelatedEntityRemoval Method
Performs the related entity removal.

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
protected void PerformRelatedEntityRemoval(
	IEntityCollectionCore collection,
	IEntityCore toRemove,
	bool signalRelatedEntityManyToOne
)

Parameters

collection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
The collection.
toRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
To remove.
signalRelatedEntityManyToOne
Type: SystemBoolean
if set to true [signal related entity many to one].
See Also