ModelDataSourceView::GetDeleteMethodResult Method (IDictionary^, IDictionary^)

.NET Framework (current version)
 

Invokes the delete method and gets the result.

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

protected:
virtual Object^ GetDeleteMethodResult(
	IDictionary^ keys,
	IDictionary^ oldValues
)

Parameters

keys
Type: System.Collections::IDictionary^

The parameters to be used with the DeleteMethod method. If there are no parameters associated with the method, pass null.

oldValues
Type: System.Collections::IDictionary^

The values of the row to be deleted.

Return Value

Type: System::Object^

The result of the delete method.

Exception Condition
NotSupportedException

The CanDelete property is false.

.NET Framework
Available since 4.5
Return to top
Show: