Called by subclasses that load collections

Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub LoadCollection ( _
	session As ISessionImplementor, _
	id As Object, _
	type As IType _
)
C#
public void LoadCollection(
	ISessionImplementor session,
	Object id,
	IType type
)
Visual C++
public:
void LoadCollection(
	ISessionImplementor^ session, 
	Object^ id, 
	IType^ type
)
JavaScript
function loadCollection(session, id, type);

See Also