ModelDataSourceView.EvaluateUpdateMethodParameters Methode

Definitie

Roept de updatemethode aan en haalt het resultaat op.

protected:
 virtual System::Web::UI::WebControls::ModelDataSourceMethod ^ EvaluateUpdateMethodParameters(System::Collections::IDictionary ^ keys, System::Collections::IDictionary ^ values, System::Collections::IDictionary ^ oldValues);
protected virtual System.Web.UI.WebControls.ModelDataSourceMethod EvaluateUpdateMethodParameters(System.Collections.IDictionary keys, System.Collections.IDictionary values, System.Collections.IDictionary oldValues);
abstract member EvaluateUpdateMethodParameters : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> System.Web.UI.WebControls.ModelDataSourceMethod
override this.EvaluateUpdateMethodParameters : System.Collections.IDictionary * System.Collections.IDictionary * System.Collections.IDictionary -> System.Web.UI.WebControls.ModelDataSourceMethod
Protected Overridable Function EvaluateUpdateMethodParameters (keys As IDictionary, values As IDictionary, oldValues As IDictionary) As ModelDataSourceMethod

Parameters

keys
IDictionary

De sleutels.

values
IDictionary

De waarden.

oldValues
IDictionary

De oude waarden.

Retouren

Het resultaat van de updatemethode.

Van toepassing op