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

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

Syntax

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

See Also