XmlDataSourceView.Select(DataSourceSelectArguments) 方法

定义

从基础 XML 中检索数据行的列表。

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 集合。

适用于