QueryableDataSourceView.CanDelete Property

Definition

Gets a value that indicates whether the QueryableDataSourceView object that is associated with the current QueryableDataSource control supports delete operations.

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 delete operations are supported; otherwise, false. The default is false.

Applies to