Called by wrappers that batch initialize collections

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

Syntax

Visual Basic (Declaration)
Public Sub LoadCollectionBatch ( _
	session As ISessionImplementor, _
	ids As Object(), _
	type As IType _
)
C#
public void LoadCollectionBatch(
	ISessionImplementor session,
	Object[] ids,
	IType type
)
Visual C++
public:
void LoadCollectionBatch(
	ISessionImplementor^ session, 
	array<Object^>^ ids, 
	IType^ type
)
JavaScript
function loadCollectionBatch(session, ids, type);

Parameters

session
Type: NHibernate.Engine..::.ISessionImplementor
ids
Type: array< System..::.Object >[]()[]
type
Type: NHibernate.Type..::.IType

See Also