LinqDataSourceView.UpdateObject(Object, Object) Méthode
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.
Met à jour un objet de données.
protected:
override int UpdateObject(System::Object ^ oldEntity, System::Object ^ newEntity);
protected override int UpdateObject (object oldEntity, object newEntity);
override this.UpdateObject : obj * obj -> int
Protected Overrides Function UpdateObject (oldEntity As Object, newEntity As Object) As Integer
Paramètres
- oldEntity
- Object
Objet à mettre à jour.
- newEntity
- Object
Nouvel objet à utiliser pour la mise à jour.
Retours
0 (zéro) si la mise à jour a abouti, ou -1 si la mise à jour a échoué.