[Missing <summary> documentation for "M:NHibernate.AdoNet.Expectations.VerifyOutcomeBatched(System.Int32,System.Int32)"]

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

Syntax

C#
public static void VerifyOutcomeBatched(
	int expectedRowCount,
	int rowCount
)
Visual Basic
Public Shared Sub VerifyOutcomeBatched ( _
	expectedRowCount As Integer, _
	rowCount As Integer _
)
Visual C++
public:
static void VerifyOutcomeBatched(
	int expectedRowCount, 
	int rowCount
)

Parameters

expectedRowCount
Type: System..::..Int32

[Missing <param name="expectedRowCount"/> documentation for "M:NHibernate.AdoNet.Expectations.VerifyOutcomeBatched(System.Int32,System.Int32)"]

rowCount
Type: System..::..Int32

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

See Also