[Missing <summary> documentation for "M:NHibernate.AdoNet.IExpectation.VerifyOutcomeNonBatched(System.Int32,System.Data.IDbCommand)"]

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

Syntax

C#
void VerifyOutcomeNonBatched(
	int rowCount,
	IDbCommand statement
)
Visual Basic
Sub VerifyOutcomeNonBatched ( _
	rowCount As Integer, _
	statement As IDbCommand _
)
Visual C++
void VerifyOutcomeNonBatched(
	int rowCount, 
	IDbCommand^ statement
)

Parameters

rowCount
Type: System..::..Int32

[Missing <param name="rowCount"/> documentation for "M:NHibernate.AdoNet.IExpectation.VerifyOutcomeNonBatched(System.Int32,System.Data.IDbCommand)"]

statement
Type: System.Data..::..IDbCommand

[Missing <param name="statement"/> documentation for "M:NHibernate.AdoNet.IExpectation.VerifyOutcomeNonBatched(System.Int32,System.Data.IDbCommand)"]

See Also