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

屬性值

插入操作中使用的參數。

屬性

備註

對於針對 ASP.NET 4 或更早版本的網頁應用程式,屬性值會以檢視狀態儲存,並在回貼之間自動維持。 針對 ASP.NET 4.5 的網頁應用程式,屬性值不會儲存在檢視狀態,且必須為每個 HTTP 請求設定該值。

適用於