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

Syntax

Visual Basic (Declaration)
Public Function GetClassBatch ( _
	clazz As Type, _
	id As Object, _
	batchSize As Integer _
) As Object()
C#
public Object[] GetClassBatch(
	Type clazz,
	Object id,
	int batchSize
)
Visual C++
public:
array<Object^>^ GetClassBatch(
	Type^ clazz, 
	Object^ id, 
	int batchSize
)
JavaScript
function getClassBatch(clazz, id, batchSize);

Parameters

clazz
Type: System..::.Type
id
Type: System..::.Object
batchSize
Type: System..::.Int32

See Also