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.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual long ERecsOffset { get; }
Visual Basic
Public Overridable ReadOnly Property ERecsOffset As Long
	Get
Visual C++
public:
virtual property long long ERecsOffset {
	long 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