Gets the offset of the first record in the endeca record list with
respect to the total number of records in the dataset that match
this navigation query.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual long ERecsOffset { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property ERecsOffset As Long
Get |
Field Value
Offset of the first record in the endeca record list with
respect to the records in the navigation query result. Also
returns
0 if no records are in result.
See Also