[Missing <summary> documentation for "P:NHibernate.Persister.Collection.ICollectionPersister.IsExtraLazy"]

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

Syntax

C#
bool IsExtraLazy { get; }
Visual Basic
ReadOnly Property IsExtraLazy As Boolean
	Get
Visual C++
property bool IsExtraLazy {
	bool get ();
}

See Also