The batcher managed by this ConnectionManager.

Namespace: NHibernate.AdoNet
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IBatcher Batcher { get; }
Visual Basic
Public ReadOnly Property Batcher As IBatcher
	Get
Visual C++
public:
property IBatcher^ Batcher {
	IBatcher^ get ();
}

See Also