Manages prepared statements and batching. Class exists to enforce separation of concerns

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

Syntax

C#
public abstract class AbstractBatcher : IBatcher, 
	IDisposable
Visual Basic
Public MustInherit Class AbstractBatcher _
	Implements IBatcher, IDisposable
Visual C++
public ref class AbstractBatcher abstract : IBatcher, 
	IDisposable

Inheritance Hierarchy

See Also