EntityDesignerDataSourceView.CanDelete Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si l'objet EntityDataSourceView associé au contrôle EntityDataSource actuel prend en charge les suppressions.
public:
virtual property bool CanDelete { bool get(); };
public override bool CanDelete { get; }
member this.CanDelete : bool
Public Overrides ReadOnly Property CanDelete As Boolean
Valeur de propriété
true
si les suppressions sont prises en charge ; sinon, false
.