ModelDataSourceView::EvaluateInsertMethodParameters Method (IDictionary^)

.NET Framework (current version)
 

Invokes the insert method.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual ModelDataSourceMethod^ EvaluateInsertMethodParameters(
	IDictionary^ values
)

Parameters

values
Type: System.Collections::IDictionary^

The values.

Return Value

Type: System.Web.UI.WebControls::ModelDataSourceMethod^

The result of the insert method.

.NET Framework
Available since 4.5
Return to top
Show: