This topic has not yet been rated - Rate this topic

SPDataSource.DeleteParameters property

Gets the parameter collection that contains parameters for deleting data.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ParameterCollection DeleteParameters { get; }

Property value

Type: System.Web.UI.WebControls.ParameterCollection
A System.Web.UI.WebControls.ParameterCollection object that contains any parameters that will be used to delete data.

The parameters in the DeleteParameterscollection depend on the data in the data-bound control, any parameters that are specified declaratively, and any parameters that are added programmatically. The entire collection is used by the associated SPDataSourceView object when it deletes data.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.