Gets the read-only collection of records returned by the MDEX engine in response to a NavigationCommand.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public ReadOnlyCollection<Record> Records { get; }
Visual Basic (Declaration)
Public ReadOnly Property Records As ReadOnlyCollection(Of Record)
Visual C++
public:
property ReadOnlyCollection<Record^>^ Records {
	ReadOnlyCollection<Record^>^ get ();
}

Remarks

The records in this collection represent a 'page' of records drawn from the total set of available matching records. The specific page of records that this collection reflects is represented by the values of RecordsPerPage and RecordOffset.

See Also