Share via


SPDataSourceView.UpdateCommand property

Gets or sets a query that the SPDataSourceView object uses to update data in the underlying list.

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

Syntax

'Declaration
Public Property UpdateCommand As String
    Get
    Set
'Usage
Dim instance As SPDataSourceView
Dim value As String

value = instance.UpdateCommand

instance.UpdateCommand = value
public string UpdateCommand { 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 UpdateCommand property is used by the ExecuteUpdate method to update the data that the SPDataSourceView object represents.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace