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

Syntax

Visual Basic (Declaration)
Public Sub VerifyOutcomeNonBatched ( _
	rowCount As Integer, _
	statement As IDbCommand _
)
C#
public void VerifyOutcomeNonBatched(
	int rowCount,
	IDbCommand statement
)
Visual C++
public:
virtual void VerifyOutcomeNonBatched(
	int rowCount, 
	IDbCommand^ statement
) sealed
JavaScript
function verifyOutcomeNonBatched(rowCount, statement);

Parameters

rowCount
Type: System..::.Int32
statement
Type: System.Data..::.IDbCommand

Implements

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

See Also