Returns the results based on the given view name.

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

Syntax

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

Parameters

viewName
Type: System..::.String
Name of the data source view for which data should be retrieved.

See Also