[Missing <summary> documentation for "M:NHibernate.AdoNet.AbstractBatcher.ExecuteBatchWithTiming(System.Data.IDbCommand)"]

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

Syntax

C#
protected void ExecuteBatchWithTiming(
	IDbCommand ps
)
Visual Basic
Protected Sub ExecuteBatchWithTiming ( _
	ps As IDbCommand _
)
Visual C++
protected:
void ExecuteBatchWithTiming(
	IDbCommand^ ps
)

Parameters

ps
Type: System.Data..::..IDbCommand

[Missing <param name="ps"/> documentation for "M:NHibernate.AdoNet.AbstractBatcher.ExecuteBatchWithTiming(System.Data.IDbCommand)"]

See Also