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