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

Syntax

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

Parameters

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

See Also