Gets the ERec objects of this 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 ERecList ERecs { get; }
Visual Basic
Public Overridable ReadOnly Property ERecs As ERecList
	Get
Visual C++
public:
virtual property ERecList^ ERecs {
	ERecList^ get ();
}

Field Value

ERec objects of the aggregated record.

Remarks

This list may contain all records of the aggregated record, a subset or none, based on the nature of the query that retrieved the aggregated record. In the case there are none an empty ERecList will still be returned.

See Also