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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	collectionPersister As ICollectionPersister, _
	batchSizes As Integer(), _
	loaders As Loader() _
)
C#
public BatchingCollectionInitializer(
	ICollectionPersister collectionPersister,
	int[] batchSizes,
	Loader[] loaders
)
Visual C++
public:
BatchingCollectionInitializer(
	ICollectionPersister^ collectionPersister, 
	array<int>^ batchSizes, 
	array<Loader^>^ loaders
)
JavaScript
NHibernate.Loader.Collection.BatchingCollectionInitializer = function(collectionPersister, batchSizes, loaders);

Parameters

collectionPersister
Type: NHibernate.Persister.Collection..::.ICollectionPersister
batchSizes
Type: array< System..::.Int32 >[]()[]
loaders
Type: array< NHibernate.Loader..::.Loader >[]()[]

See Also