ModelDataSourceView.GetUpdateMethodResult 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.
Appelle la méthode de mise à jour et obtient le résultat.
protected:
virtual System::Object ^ GetUpdateMethodResult(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
protected virtual object GetUpdateMethodResult (System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
abstract member GetUpdateMethodResult : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> obj
override this.GetUpdateMethodResult : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> obj
Protected Overridable Function GetUpdateMethodResult (keys As IDictionary, values As IDictionary, oldValues As IDictionary) As Object
Paramètres
- keys
- IDictionary
Paramètres à utiliser avec la méthode UpdateMethod. Si aucun paramètre n'est associé à la méthode, passez la valeur null
.
- values
- IDictionary
Nouvelles valeurs de la ligne à mettre à jour.
- oldValues
- IDictionary
Anciennes valeurs de la ligne à mettre à jour.
Retours
Résultat de la méthode de mise à jour.
Exceptions
La propriété CanUpdate a la valeur false
.