EntityDataSourceView.CanInsert 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 d'insertion.
public:
virtual property bool CanInsert { bool get(); };
public override bool CanInsert { get; }
member this.CanInsert : bool
Public Overrides ReadOnly Property CanInsert As Boolean
Valeur de propriété
true
si l'opération est prise en charge ; sinon, false
.