Initializes a new instance of the BatcherImpl class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	connectionManager As ConnectionManager _
)
C#
public BatcherImpl(
	ConnectionManager connectionManager
)
Visual C++
public:
BatcherImpl(
	ConnectionManager^ connectionManager
)
JavaScript
NHibernate.Impl.BatcherImpl = function(connectionManager);

Parameters

connectionManager
Type: NHibernate.Impl..::.ConnectionManager
The ConnectionManager owning this batcher.

See Also