SPConnectionParametersDictionary Class

Provides a Specialized hybrid dictionary that contains the value of the data sent to the consumer Web Part when a SPRowToParametersTransformer is used to transform to connect Web Parts.

Inheritance Hierarchy

System.Object
  System.Collections.Specialized.HybridDictionary
    Microsoft.SharePoint.WebPartPages.SPConnectionParametersDictionary

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public NotInheritable Class SPConnectionParametersDictionary _
    Inherits HybridDictionary
'Usage
Dim instance As SPConnectionParametersDictionary
public sealed class SPConnectionParametersDictionary : HybridDictionary

Remarks

Transformers are used to convert the data from the provider Web Part to a different format expected by the consumer Web Part. Transformers require two Web Parts with an established connection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPConnectionParametersDictionary Members

Microsoft.SharePoint.WebPartPages Namespace