EntityDataSource.InsertParameters プロパティ

定義

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

public:
 property System::Web::UI::WebControls::ParameterCollection ^ InsertParameters { 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 InsertParameters { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.InsertParameters : System.Web.UI.WebControls.ParameterCollection
Public ReadOnly Property InsertParameters As ParameterCollection

プロパティ値

ParameterCollection

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

属性

注釈

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

適用対象