ObjectDataSourceView.Select(DataSourceSelectArguments) メソッド

定義

TypeName プロパティで識別されるメソッドを呼び出し、SelectMethod コレクション内の値を渡すことによって、SelectParameters プロパティによって識別されるオブジェクトからデータを取得します。

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 リスト。 詳細については、SelectMethodを参照してください。

例外

arguments メソッドに渡されるSelect(DataSourceSelectArguments)は、データ ソースがデータの取得中に追加の作業を実行して、取得したデータのページングまたは並べ替えを有効にする必要があることを指定しますが、データ ソース コントロールは要求された機能をサポートしていません。

注釈

Select メソッドは、ExecuteSelect パラメーターを渡すargumentsを呼び出します。

適用対象

こちらもご覧ください