QueryDataParameters AddUnique Method Kentico 8.0 API Reference
Adds the parameter into the list, if the parameter already exists, defines a unique name for it.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem String
Parameter name
value
Type: OnlineSystem Object
Parameter value
mergeSameParameters (Optional)
Type: OnlineSystem Boolean
If true, the process merges the parameters with same name and value into one

Return Value

Type: DataParameter
See Also