Click or drag to resize
UnitOfWork2AddDeleteEntitiesDirectlyCall Method
Overload List
  NameDescription
Public methodAddDeleteEntitiesDirectlyCall(String, IRelationPredicateBucket)
Adds a DeleteEntitiesDirectly call to be scheduled during Commit. It is called right after the last entity has been deleted but before the post delete callbacks are called.
Public methodAddDeleteEntitiesDirectlyCall(Type, IRelationPredicateBucket)
Adds a DeleteEntitiesDirectly call to be scheduled during Commit. It is called right after the last entity has been deleted but before the post delete callbacks are called.
Top
See Also