Called by the GenericDataSourceView when the bound control has requested to insert a new instance.

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

Syntax

C#
public virtual int Insert(
	IDictionary values
)

Parameters

values
Type: System.Collections..::.IDictionary
The parameters that specifies

Return Value

Implements

IDataSourceMethods..::.Insert(IDictionary)

See Also