Executes the underlying RecordDetailsCommand and returns the top level Record object

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

Syntax

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

Remarks

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

See Also