EntityDataSource.DeleteParameters Property
.NET Framework (current version)
Gets the collection of parameters that are used during a delete operation.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>] [<BrowsableAttribute(false)>] member DeleteParameters : ParameterCollection with get
Property Value
Type: System.Web.UI.WebControls.ParameterCollectionThe parameters that are used during a delete operation.
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.
.NET Framework
Available since 3.5
Available since 3.5
Show: