EntityDataSource.InsertParameters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在插入操作过程中使用的参数的集合。
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 或更早版本的 web 应用程序,属性值存储在视图状态中,并在回发之间自动维护。 对于面向 ASP.NET 4.5 的 web 应用程序,属性值不会存储在视图状态中,你必须为每个 HTTP 请求设置值。