Overload List

  Name Description
Public method CascadeDelete(IEntity2)
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 CascadeDelete(IEntity2, Int32)
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