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

適用於