EntityDataSource.UpdateParameters Property

Definition

Gets the collection of parameters that are used during an update operation.

C#
[System.ComponentModel.Browsable(false)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.WebControls.ParameterCollection UpdateParameters { get; }

Property Value

The parameters that are used during an update operation.

Attributes

Remarks

For web applications that target ASP.NET 4 or earlier, the property value is stored in view state and is automatically maintained between postbacks. For web applications that target ASP.NET 4.5, the property value is not stored in view state, and you must set the value for each HTTP request.

Applies to

Продукт Версии
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1