LinqDataSourceView.Select(DataSourceSelectArguments) 方法

定义

从数据源检索数据。

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

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

返回

数据行的列表。

注解

该方法 Select 调用该方法 ExecuteSelect(DataSourceSelectArguments) ,传递 selectArgs 参数。

适用于