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

基本的なデータ取得では実行されないデータ操作を要求する場合に使用するオブジェクト。

戻り値

IEnumerable

データ行のリスト。

注釈

メソッドは、 Select ExecuteSelect(DataSourceSelectArguments) パラメーターを渡してメソッドを呼び出し selectArgs ます。

適用対象