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

Syntax

Visual Basic (Declaration)
Public Sub ScheduleBatchLoad ( _
	clazz As Type, _
	id As Object _
)
C#
public void ScheduleBatchLoad(
	Type clazz,
	Object id
)
Visual C++
public:
void ScheduleBatchLoad(
	Type^ clazz, 
	Object^ id
)
JavaScript
function scheduleBatchLoad(clazz, id);

Parameters

clazz
Type: System..::.Type
id
Type: System..::.Object

See Also