Retrieves and executes the specified data source view.

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

Syntax

C#
public IEnumerable Select(
	string viewName
)
Visual Basic (Declaration)
Public Function Select ( _
	viewName As String _
) As IEnumerable
Visual C++
public:
IEnumerable^ Select(
	String^ viewName
)

Parameters

viewName
Type: System..::.String
Name of the view to select.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException If viewName is not a valid view name for this data source.

See Also