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

Syntax

Visual Basic (Declaration)
Public Function GetCollectionBatch ( _
	collectionPersister As ICollectionPersister, _
	id As Object, _
	batchSize As Integer _
) As Object()
C#
public Object[] GetCollectionBatch(
	ICollectionPersister collectionPersister,
	Object id,
	int batchSize
)
Visual C++
public:
array<Object^>^ GetCollectionBatch(
	ICollectionPersister^ collectionPersister, 
	Object^ id, 
	int batchSize
)
JavaScript
function getCollectionBatch(collectionPersister, id, batchSize);

Return Value

See Also