EntityDataSource.EnableUpdate Property

Definition

Gets or sets a value that indicates whether objects can be modified through the EntityDataSource control.

public bool EnableUpdate { get; set; }

Property Value

true if automatic update operations are enabled; otherwise, false. The default value is false.

Implements

Remarks

Select cannot be set if the EnableUpdate property is set to true.

A false value assigned to the EnableUpdate property forces the CanUpdate property of the related EntityDataSourceView object to return false. When the EnableUpdate property is set to false, a NotSupportedException is raised if the data-bound control calls the ExecuteUpdate method on the EntityDataSourceView.

Setting the EnableUpdate property to true does not guarantee updatability.

If any of the conditions for updatability are not met and the EnableUpdate property is set to true, the EntityDataSource raises an exception.

Applies to

Produkt Verze
.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