EntityDataSourceSelectedEventArgs.SelectArguments プロパティ

定義

データの返し方を決定する値を取得します。

public:
 property System::Web::UI::DataSourceSelectArguments ^ SelectArguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
public System.Web.UI.DataSourceSelectArguments SelectArguments { get; }
member this.SelectArguments : System.Web.UI.DataSourceSelectArguments
Public ReadOnly Property SelectArguments As DataSourceSelectArguments

プロパティ値

データの返し方を決定するための値を含むオブジェクト。

適用対象