Retrieves and executes the specified data source view.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentOutOfRangeException | If viewName is not a valid view name for this data source. | 





