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

プロパティ値

DataSourceSelectArguments

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

適用対象