Edit

Share via


DesignerDataSourceView.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.

C#
public virtual bool CanDelete { get; }

Property Value

true if the ExecuteDelete(IDictionary, IDictionary) method is supported; otherwise, false.

Applies to

See also