QueryDataParametersIncludeDataParameters Method |
Adds the data parameters to the current query parameters
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public string IncludeDataParameters(
QueryDataParameters addParameters,
string expression,
bool mergeSameParameters = true
)
Parameters
- addParameters
- Type: CMS.DataEngineQueryDataParameters
Parameters to add - expression
- Type: SystemString
Expression which refers to the parameters - mergeSameParameters (Optional)
- Type: SystemBoolean
If true, the process merges the parameters with same name and value into one
Return Value
Type:
StringSee Also