Gets or Sets the Maximum Number of Rows to Select

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

Syntax

Visual Basic (Declaration)
Public Property MaxRows As Integer
C#
public int MaxRows { get; set; }
Visual C++
public:
property int MaxRows {
	int get ();
	void set (int value);
}
JavaScript
function get_maxRows();
function set_maxRows(value);

Field Value

The Maximum Number of Rows to Select

Remarks

Defaults to NoValue unless specifically set.

See Also