Create an instance of IBatcher according to the configuration and the capabilities of the driver

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

Syntax

Visual Basic (Declaration)
Function CreateBatcher ( _
	connectionManager As ConnectionManager _
) As IBatcher
C#
IBatcher CreateBatcher(
	ConnectionManager connectionManager
)
Visual C++
IBatcher^ CreateBatcher(
	ConnectionManager^ connectionManager
)
JavaScript
function createBatcher(connectionManager);

Parameters

connectionManager
Type: NHibernate.Impl..::.ConnectionManager
The connection manager for the batcher.

Return Value

See Also