Executes the underlying MultipleRecordDetailsCommand and returns the resulting records.

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

Syntax

C#
public IEnumerable<Record> Select()
Visual Basic (Declaration)
Public Function Select As IEnumerable(Of Record)
Visual C++
public:
IEnumerable<Record^>^ Select()

Remarks

If the properties in the underlying MultipleRecordDetailsCommand haven't changed since the last time this data source was selected, the MDEX engine will not be requeried. Instead the records stored in the current HTTP request will be returned.

See Also