Executes the underlying AggregateRecordDetailsCommand and returns the top level AggregateRecord object

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

Syntax

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

Remarks

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

See Also