Click or drag to resize
IDataQueryGetFullQueryText Method
Gets the full query text including resolved parameters

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
string GetFullQueryText(
	bool expand = false
)

Parameters

expand (Optional)
Type: SystemBoolean
If true, the parameters are expanded

Return Value

Type: String
See Also