Executes the underlying DimensionSearchCommand and returns the top level DimensionSearchResult object

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

Syntax

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

Remarks

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

See Also