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 请求设置值。

适用于