Click or drag to resize
DataScope.MarkForDeletion 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.1.0.0 (5.1.0)
Syntax
protected void MarkForDeletion(
	IEntityCollectionCore toDelete
)

Parameters

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