Accessor for the DGraph.SeeAlsoPivotCount property - This count specifies the total number of matching records that were available when evaluating the target for this rule. This count is likely to be greater than the actual number of records returned with the Supplement object, since only the top N records are returned for a given business rule style.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

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

See Also