DataQueryBaseTQueryGetFullQueryText Method |
Gets the full query text including resolved parameters
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public virtual string GetFullQueryText(
bool expand = false
)
Parameters
- expand (Optional)
- Type: SystemBoolean
If true, the parameters are expanded with their values, otherwise the parameter names are kept in the query.
Return Value
Type:
StringImplements
IDataQueryGetFullQueryText(Boolean)See Also