EntityDesignerDataSourceView.CanDelete Property

Definition

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

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

Property Value

true if deletes are supported; otherwise, false.

Applies to