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

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

Syntax

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

See Also