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

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

Syntax

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

Parameters

reportedRowCount
Type: System..::..Int32

[Missing <param name="reportedRowCount"/> documentation for "M:NHibernate.AdoNet.Expectations.BasicExpectation.DetermineRowCount(System.Int32,System.Data.IDbCommand)"]

statement
Type: System.Data..::..IDbCommand

[Missing <param name="statement"/> documentation for "M:NHibernate.AdoNet.Expectations.BasicExpectation.DetermineRowCount(System.Int32,System.Data.IDbCommand)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.AdoNet.Expectations.BasicExpectation.DetermineRowCount(System.Int32,System.Data.IDbCommand)"]

See Also