Register a collection for non-lazy loading at the end of the two-phase load

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void AddNonLazyCollection(
	IPersistentCollection collection
)
Visual Basic
Sub AddNonLazyCollection ( _
	collection As IPersistentCollection _
)
Visual C++
void AddNonLazyCollection(
	IPersistentCollection^ collection
)

Parameters

collection
Type: NHibernate.Collection..::..IPersistentCollection

[Missing <param name="collection"/> documentation for "M:NHibernate.Engine.IPersistenceContext.AddNonLazyCollection(NHibernate.Collection.IPersistentCollection)"]

See Also