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

Syntax

Visual Basic (Declaration)
Public Shared Sub VerifyOutcomeBatched ( _
	expectedRowCount As Integer, _
	rowCount As Integer _
)
C#
public static void VerifyOutcomeBatched(
	int expectedRowCount,
	int rowCount
)
Visual C++
public:
static void VerifyOutcomeBatched(
	int expectedRowCount, 
	int rowCount
)
JavaScript
NHibernate.AdoNet.Expectations.verifyOutcomeBatched = function(expectedRowCount, rowCount);

Parameters

expectedRowCount
Type: System..::.Int32
rowCount
Type: System..::.Int32

See Also