Gets or Sets the Maximum Number of Rows to Select

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

Syntax

C#
public int MaxRows { get; set; }
Visual Basic
Public Property MaxRows As Integer
	Get
	Set
Visual C++
public:
property int MaxRows {
	int get ();
	void set (int value);
}

Field Value

The Maximum Number of Rows to Select

Remarks

Defaults to NoValue unless specifically set.

See Also