Gets or Sets the Index of the First Row to Select
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public int FirstRow { get; set; } |
| Visual Basic |
|---|
Public Property FirstRow As Integer Get Set |
| Visual C++ |
|---|
public: property int FirstRow { int get (); void set (int value); } |
Field Value
The Index of the First Rows to Select
Remarks
Defaults to 0 unless specifically set.