[Missing <summary> documentation for "M:NHibernate.AdoNet.Expectations.NoneExpectation.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#
public void VerifyOutcomeNonBatched(
	int rowCount,
	IDbCommand statement
)
Visual Basic
Public Sub VerifyOutcomeNonBatched ( _
	rowCount As Integer, _
	statement As IDbCommand _
)
Visual C++
public:
virtual void VerifyOutcomeNonBatched(
	int rowCount, 
	IDbCommand^ statement
) sealed

Parameters

rowCount
Type: System..::..Int32

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

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

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

Implements

IExpectation..::..VerifyOutcomeNonBatched(Int32, IDbCommand)

See Also