EntityDataSource.DeleteParameters プロパティ

定義

削除の操作中に使用されるパラメーターのコレクションを取得します。

public:
 property System::Web::UI::WebControls::ParameterCollection ^ DeleteParameters { System::Web::UI::WebControls::ParameterCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.ParameterCollection DeleteParameters { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.DeleteParameters : System.Web.UI.WebControls.ParameterCollection
Public ReadOnly Property DeleteParameters As ParameterCollection

プロパティ値

ParameterCollection

削除の操作中に使用されるパラメーターのコレクション。

属性

注釈

ASP.NET 4 以前を対象とする web アプリケーションでは、プロパティ値はビューステートに格納され、ポストバック間で自動的に維持されます。 ASP.NET 4.5 を対象とする web アプリケーションの場合、プロパティ値はビューステートに格納されないため、各 HTTP 要求の値を設定する必要があります。

適用対象