Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property HasOrphanDelete As Boolean
C#
public bool HasOrphanDelete { get; }
Visual C++
public:
virtual property bool HasOrphanDelete {
	bool get () sealed;
}
JavaScript
function get_hasOrphanDelete();

Implements

ICollectionPersister..::.HasOrphanDelete

See Also