Click or drag to resize
IQueryObjectIncludeDataParameters Method
Adds the data parameters to the current query parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
string IncludeDataParameters(
	QueryDataParameters parameters,
	string expression
)

Parameters

parameters
Type: CMS.DataEngineQueryDataParameters
Parameters to add
expression
Type: SystemString
Expression which refers to the parameters

Return Value

Type: String
See Also