LinqDataSourceView.Select(DataSourceSelectArguments) メソッド

定義

データ ソースからデータを取得します。

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 パラメーターを渡します。

適用対象