Overload List

  Name Description
Public method AddForCascadeDelete(IEntity2, UnitOfWork2)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddForCascadeDelete(IEntity2, UnitOfWork2, Int32)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddForCascadeDelete(Type, RelationPredicateBucket, UnitOfWork2)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.
Public method AddForCascadeDelete(Type, RelationPredicateBucket, UnitOfWork2, Int32)
Adds the entity to unit of work used to perform one-level cascading delete in situations where cascading delete cannot be defined on a database level. All dependant sub-entities of the entityToDelete are deleted.

See Also