An implementation of the IBatcher
interface that does no batching.
Namespace: NHibernate.AdoNetAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public class NonBatchingBatcher : AbstractBatcher |
| Visual Basic |
|---|
Public Class NonBatchingBatcher _ Inherits AbstractBatcher |
| Visual C++ |
|---|
public ref class NonBatchingBatcher : public AbstractBatcher |