Gets the Endeca records for the result.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

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

An ERecList object containing the records requested, or null if none is present in the ENEQueryResults.

Remarks

If one or more records were requested, this method returns a record list containing all the records.

See Also