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 Overrides Sub Delete (
	keys As IDictionary,
	oldValues As IDictionary,
	callback As DataSourceViewOperationCallback
)

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: