Click or drag to resize
QueryDataParametersExpand Method
Expands the expression by replacing parameters with their values

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string Expand(
	string expression
)

Parameters

expression
Type: SystemString
Expression to expand

Return Value

Type: String
See Also