[Missing <summary> documentation for "P:NHibernate.Persister.Collection.OneToManyPersister.RowDeleteEnabled"]

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

Syntax

C#
protected override bool RowDeleteEnabled { get; }
Visual Basic
Protected Overrides ReadOnly Property RowDeleteEnabled As Boolean
	Get
Visual C++
protected:
virtual property bool RowDeleteEnabled {
	bool get () override;
}

See Also