ModelDataSourceView::Delete Method (IDictionary^, IDictionary^, DataSourceViewOperationCallback^)
.NET Framework (current version)
Deletes a method and gets the result.
Assembly: System.Web (in System.Web.dll)
public: virtual void Delete( IDictionary^ keys, IDictionary^ oldValues, DataSourceViewOperationCallback^ callback ) override
Parameters
- keys
-
Type:
System.Collections::IDictionary^
The keys.
- oldValues
-
Type:
System.Collections::IDictionary^
The old values.
- callback
-
Type:
System.Web.UI::DataSourceViewOperationCallback^
The callback.
.NET Framework
Available since 4.6
Available since 4.6
Show: