EntityDesignerDataSourceView.CanUpdate Property

Definition

Gets a value that indicates whether the EntityDataSourceView object that is associated with the current EntityDataSource control supports updates.

public:
 virtual property bool CanUpdate { bool get(); };
public override bool CanUpdate { get; }
member this.CanUpdate : bool
Public Overrides ReadOnly Property CanUpdate As Boolean

Property Value

true if updates are supported; otherwise, false.

Applies to