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#
public void AddNonLazyCollection(
	IPersistentCollection collection
)
Visual Basic
Public Sub AddNonLazyCollection ( _
	collection As IPersistentCollection _
)
Visual C++
public:
virtual void AddNonLazyCollection(
	IPersistentCollection^ collection
) sealed

Parameters

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

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

Implements

IPersistenceContext..::..AddNonLazyCollection(IPersistentCollection)

See Also