Gets the current offset within the results to be used for paging along with TotalRecordCount

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public long AggregateRecordOffset { get; }
Visual Basic (Declaration)
Public ReadOnly Property AggregateRecordOffset As Long
Visual C++
public:
property long long AggregateRecordOffset {
	long long get ();
}

See Also