Click or drag to resize
DataScopeMarkForDeletion Method (IEntityCollectionCore)
Marks all entities in the collection specified to be deleted. It adds all entities in toDelete and all entities directly and indirectly reachable from this collection to the scope and will delete all entities in toDelete when CommitChanges is called.

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 MarkForDeletion(
	IEntityCollectionCore toDelete
)

Parameters

toDelete
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
The collection to delete.
See Also