QueryDataParameters IncludeDataParameters Method Kentico 8.0 API Reference
Adds the data parameters to the current query parameters

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

Parameters

addParameters
Type: CMS.DataEngine QueryDataParameters
Parameters to add
expression
Type: OnlineSystem String
Expression which refers to the parameters
mergeSameParameters (Optional)
Type: OnlineSystem Boolean
If true, the process merges the parameters with same name and value into one

Return Value

Type: OnlineString
See Also