Click or drag to resize
DataQueryBase<TQuery>.GetFullQueryText 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#
public virtual string GetFullQueryText(
	bool expand = false
)

Parameters

expand (Optional)
Type: System.Boolean
If true, the parameters are expanded with their values, otherwise the parameter names are kept in the query.

Return Value

Type: String

Implements

IDataQuery.GetFullQueryText(Boolean)
See Also