System.Web.UI.WebControls.ObjectDataSourceView.Select Method

Retrieves data from the object that is identified by the ObjectDataSourceView.TypeName property by calling the method that is identified by the ObjectDataSourceView.SelectMethod property and passing any values in the ObjectDataSourceView.SelectParameters collection.

Syntax

public IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments)

Parameters

arguments
A System.Web.UI.DataSourceSelectArguments used to request operations on the data beyond basic data retrieval.

Returns

An IEnumerable list of data rows. For more information, see ObjectDataSourceView.SelectMethod.

Remarks

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0