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

プロパティ値

挿入操作中に使用されるパラメーター。

属性

注釈

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

適用対象