SPDataSourceView.UpdateParametersDictionary property

Gets an ordered collection of the parameter names and corresponding values that are used with the UpdateCommand.

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

Syntax

'Declaration
Public ReadOnly Property UpdateParametersDictionary As Dictionary(Of String, String)
    Get
'Usage
Dim instance As SPDataSourceView
Dim value As Dictionary(Of String, String)

value = instance.UpdateParametersDictionary
public Dictionary<string, string> UpdateParametersDictionary { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, String>
A System.Collections.Generic.Dictionary<TKey, TValue> object that contains parameter names and values.

Remarks

The UpdateParametersDictionary property converts the value of the UpdateParameters property to a dictionary of key/value pairs. Each key in the dictionary is a Parameter object name. Each value is an object that represents the current value of the control parameter.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace