SPDataSource.DeleteCommand property

Gets or sets a query that is used to delete data.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DeleteCommand As String
    Get
    Set
'Usage
Dim instance As SPDataSource
Dim value As String

value = instance.DeleteCommand

instance.DeleteCommand = value
public string DeleteCommand { get; set; }

Property value

Type: System.String
A System.String object that contains a query expressed as a Collaborative Application Markup Language (CAML) fragment.

Remarks

The query string in the DeleteCommand property is used by the associated SPDataSourceView object to delete data.

See also

Reference

SPDataSource class

SPDataSource members

Microsoft.SharePoint.WebControls namespace

DeleteParameters

ExecuteDelete(IDictionary, IDictionary)