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 コレクション。

適用対象