DesignerDataSourceView.CanDelete Egenskap

Definition

Hämtar ett värde som anger om objektet DataSourceView som är associerat med det aktuella DataSourceControl objektet stöder ExecuteDelete(IDictionary, IDictionary) metoden.

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

Egenskapsvärde

true ExecuteDelete(IDictionary, IDictionary) om metoden stöds, annars false.

Gäller för

Se även