Initializes a new instance of the BatchingCollectionInitializer class

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

Syntax

C#
public BatchingCollectionInitializer(
	ICollectionPersister collectionPersister,
	int[] batchSizes,
	Loader[] loaders
)
Visual Basic
Public Sub New ( _
	collectionPersister As ICollectionPersister, _
	batchSizes As Integer(), _
	loaders As Loader() _
)
Visual C++
public:
BatchingCollectionInitializer(
	ICollectionPersister^ collectionPersister, 
	array<int>^ batchSizes, 
	array<Loader^>^ loaders
)

Parameters

collectionPersister
Type: NHibernate.Persister.Collection..::..ICollectionPersister

[Missing <param name="collectionPersister"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.#ctor(NHibernate.Persister.Collection.ICollectionPersister,System.Int32[],NHibernate.Loader.Loader[])"]

batchSizes
Type: array<System..::..Int32>[]()[][]

[Missing <param name="batchSizes"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.#ctor(NHibernate.Persister.Collection.ICollectionPersister,System.Int32[],NHibernate.Loader.Loader[])"]

loaders
Type: array<NHibernate.Loader..::..Loader>[]()[][]

[Missing <param name="loaders"/> documentation for "M:NHibernate.Loader.Collection.BatchingCollectionInitializer.#ctor(NHibernate.Persister.Collection.ICollectionPersister,System.Int32[],NHibernate.Loader.Loader[])"]

See Also