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

Syntax

Visual Basic (Declaration)
Protected Overridable Function DetermineRowCount ( _
	reportedRowCount As Integer, _
	statement As IDbCommand _
) As Integer
C#
protected virtual int DetermineRowCount(
	int reportedRowCount,
	IDbCommand statement
)
Visual C++
protected:
virtual int DetermineRowCount(
	int reportedRowCount, 
	IDbCommand^ statement
)
JavaScript
function determineRowCount(reportedRowCount, statement);

Parameters

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

See Also