Called by the GenericDataSourceView when the bound control has requested a deletion of an instance.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public virtual int Delete(
	IDictionary values
)

Parameters

values
Type: System.Collections..::.IDictionary
The parameters that specifies the instance to delete.

Return Value

Implements

IDataSourceMethods..::.Delete(IDictionary)

See Also