Executes the underlying MetadataCommand and returns the top level MetadataResult object

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

Syntax

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

Remarks

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

See Also