EntityDataSourceView.CanUpdate 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 indiquant si l'objet EntityDataSourceView qui est associé au contrôle EntityDataSource en cours prend en charge l'opération de mise à jour.
public:
virtual property bool CanUpdate { bool get(); };
public override bool CanUpdate { get; }
member this.CanUpdate : bool
Public Overrides ReadOnly Property CanUpdate As Boolean
Valeur de propriété
true
si l'opération est prise en charge ; sinon, false
.