ModelDataSourceView::Delete Method (IDictionary^, IDictionary^, DataSourceViewOperationCallback^)

.NET Framework (current version)
 

Deletes a method and gets the result.

Namespace:   System.Web.UI.WebControls
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
Return to top
Show: