Gets or Sets the Maximum Number of Rows to Select
Namespace: NHibernate.EngineAssembly: 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 SelectRemarks
Defaults to NoValue unless specifically set.