ObjectDataSourceView.Select(DataSourceSelectArguments) 方法

定义

通过调用 TypeName 属性标识的方法并传递 SelectMethod 集合中的所有值,从 SelectParameters 属性标识的对象中检索数据。

public:
 System::Collections::IEnumerable ^ Select(System::Web::UI::DataSourceSelectArguments ^ arguments);
public System.Collections.IEnumerable Select (System.Web.UI.DataSourceSelectArguments arguments);
override this.Select : System.Web.UI.DataSourceSelectArguments -> System.Collections.IEnumerable
Public Function Select (arguments As DataSourceSelectArguments) As IEnumerable

参数

arguments
DataSourceSelectArguments

DataSourceSelectArguments,用于请求对数据执行基本数据检索操作以外的操作。

返回

IEnumerable

一个数据行的 IEnumerable 列表。 有关详细信息,请参阅 SelectMethod

例外

传递给 Select(DataSourceSelectArguments) 方法的 arguments 指定数据源在检索数据时应执行一些附加操作,以便对检索到的数据启用分页或排序,但此数据源控件不支持请求的功能。

注解

该方法 Select 调用 ExecuteSelect 传递 arguments 参数。

适用于

另请参阅