Share via


SPDataSourceView.UpdateParameters property

Gets the parameter collection that contains parameters for updating the data.

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

Syntax

'Declaration
Public ReadOnly Property UpdateParameters As ParameterCollection
    Get
'Usage
Dim instance As SPDataSourceView
Dim value As ParameterCollection

value = instance.UpdateParameters
public ParameterCollection UpdateParameters { 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 update data.

Remarks

The parameters that are returned by the UpdateParameters property are used with the command specified in the UpdateCommand property. The parameters in the collection depend on the data in the data-bound control, the parameters that are specified declaratively, and the parameters that are added programmatically.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace

UpdateCommand