Executes the underlying CompoundDimensionSearchCommand and returns the top level CompoundDimensionSearchResult object

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

Syntax

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

Remarks

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

See Also