This Batcher implementation does not support batching so this is a no-op call. The
actual execution of the IDbCommand is run in the AddToBatch
method.
Namespace: NHibernate.AdoNetAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected override void DoExecuteBatch( IDbCommand ps ) |
Visual Basic |
---|
Protected Overrides Sub DoExecuteBatch ( _ ps As IDbCommand _ ) |
Visual C++ |
---|
protected: virtual void DoExecuteBatch( IDbCommand^ ps ) override |
Parameters
- ps
- Type: System.Data..::..IDbCommand
[Missing <param name="ps"/> documentation for "M:NHibernate.AdoNet.NonBatchingBatcher.DoExecuteBatch(System.Data.IDbCommand)"]