ModelDataSourceView::Update Method (IDictionary^, IDictionary^, IDictionary^, DataSourceViewOperationCallback^)
.NET Framework (current version)
Updates the specified methods using the values provided in the parameters.
Assembly: System.Web (in System.Web.dll)
public: virtual void Update( IDictionary^ keys, IDictionary^ values, IDictionary^ oldValues, DataSourceViewOperationCallback^ callback ) override
Parameters
- keys
-
Type:
System.Collections::IDictionary^
The specified keys.
- values
-
Type:
System.Collections::IDictionary^
The values to be updated.
- oldValues
-
Type:
System.Collections::IDictionary^
The old values to be updated.
- callback
-
Type:
System.Web.UI::DataSourceViewOperationCallback^
The callback.
.NET Framework
Available since 4.6
Available since 4.6
Show: