LinqDataSourceView.Select(DataSourceSelectArguments) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データ ソースからデータを取得します。
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
ます。