Click or drag to resize
DataScopeMarkForDeletion Method (IEntityCore)
Marks the entity specified to be deleted. It adds the entity specified and all entities reachable from this entity to the scope and will delete the entity specified 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(
	IEntityCore toDelete
)

Parameters

toDelete
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The entity to delete.
See Also