Called by wrappers that batch initialize collections

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

Syntax

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

Parameters

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Loader.Loader.LoadCollectionBatch(NHibernate.Engine.ISessionImplementor,System.Object[],NHibernate.Type.IType)"]

ids
Type: array<System..::..Object>[]()[][]

[Missing <param name="ids"/> documentation for "M:NHibernate.Loader.Loader.LoadCollectionBatch(NHibernate.Engine.ISessionImplementor,System.Object[],NHibernate.Type.IType)"]

type
Type: NHibernate.Type..::..IType

[Missing <param name="type"/> documentation for "M:NHibernate.Loader.Loader.LoadCollectionBatch(NHibernate.Engine.ISessionImplementor,System.Object[],NHibernate.Type.IType)"]

See Also