IDataQueryGetFullQueryText Method |
Gets the full query text including resolved parameters
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax string GetFullQueryText(
bool expand = false
)
Parameters
- expand (Optional)
- Type: SystemBoolean
If true, the parameters are expanded
Return Value
Type:
StringSee Also