[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.HasOrphanDelete"]

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

Syntax

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

Implements

ICollectionPersister..::..HasOrphanDelete

See Also