Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Sub Check ( _
	rows As Integer, _
	id As Object, _
	tableNumber As Integer, _
	expectation As IExpectation, _
	statement As IDbCommand _
)
C#
protected void Check(
	int rows,
	Object id,
	int tableNumber,
	IExpectation expectation,
	IDbCommand statement
)
Visual C++
protected:
void Check(
	int rows, 
	Object^ id, 
	int tableNumber, 
	IExpectation^ expectation, 
	IDbCommand^ statement
)
JavaScript
function check(rows, id, tableNumber, expectation, statement);

Parameters

rows
Type: System..::.Int32
id
Type: System..::.Object
tableNumber
Type: System..::.Int32
expectation
Type: NHibernate.AdoNet..::.IExpectation
statement
Type: System.Data..::.IDbCommand

See Also