Gets the representative record of the aggregated record.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual ERec Representative { get; }
Visual Basic
Public Overridable ReadOnly Property Representative As ERec
	Get
Visual C++
public:
virtual property ERec^ Representative {
	ERec^ get ();
}

Field Value

Representative record for aggregated record or null if the records of the aggregated record were not retrieved during the query.

Remarks

If the number of records per aggregated record is set to zero in the query this method will return null.

See Also