SqlDesignerDataSourceView.CanDelete Property

Definition

Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports the ExecuteDelete(IDictionary, IDictionary) method.

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 the ExecuteDelete(IDictionary, IDictionary) method is supported; otherwise, false.

Applies to

See also