Click or drag to resize
QuerySourceBaseTSourceGetSourceExpression Method
Gets the source expression represented as string

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string GetSourceExpression(
	QueryDataParameters parameters,
	bool expand = false
)

Parameters

parameters
Type: CMS.DataEngineQueryDataParameters
Query parameters. If provided, the column parameters are included into the parameters and column expression is altered accordingly
expand (Optional)
Type: SystemBoolean
If true, the result expression is expanded with parameters

Return Value

Type: String
See Also