Gets the total number of records matching 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 TotalNumERecs { get; }
Visual Basic
Public Overridable ReadOnly Property TotalNumERecs As Long
	Get
Visual C++
public:
virtual property long long TotalNumERecs {
	long long get ();
}

Field Value

Total number of records in this navigation query.

Remarks

While a navigation may contain records often a navigation object does not contain all the records in the navigation.

See Also