Click or drag to resize
DataScopeMarkForDeletion Method
Overload List
  NameDescription
Protected methodMarkForDeletion(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.
Protected methodMarkForDeletion(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.
Top
See Also