Expected row count. Valid only for batchable expectations.

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

Syntax

C#
int ExpectedRowCount { get; }
Visual Basic
ReadOnly Property ExpectedRowCount As Integer
	Get
Visual C++
property int ExpectedRowCount {
	int get ();
}

See Also