Click or drag to resize
QuerySourceBase<TSource>.ToString Method (Boolean)
Returns the string representation of the expression, with possibility of expanding parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public override string ToString(
	bool expand
)

Parameters

expand
Type: System.Boolean
If true, the result is expanded with parameters so it can act as standalone value.

Return Value

Type: String

Implements

IQueryParameters.ToString(Boolean)
IQueryParameters.ToString(Boolean)
See Also