QueryableDataSourceView.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:
virtual int UpdateObject(System::Object ^ oldEntity, System::Object ^ newEntity);
protected virtual int UpdateObject (object oldEntity, object newEntity);
abstract member UpdateObject : obj * obj -> int
override this.UpdateObject : obj * obj -> int
Protected Overridable Function UpdateObject (oldEntity As Object, newEntity As Object) As Integer
Paramètres
- oldEntity
- Object
Objet à mettre à jour.
- newEntity
- Object
L'objet mis à jour.
Retours
Nombre de lignes mises à jour dans l'objet de données.