OpenWGA 7.10 - TMLScript reference

QueryResult
Property :

fullQuery

On object QueryResult
Usage Returns the full query that was executed
Description

In order to enforce additional parameters in effect for a query WebTML may further enhance the query string that was given to the Database.query() method internally. This property returns the full query like it was executed on the database backend.

This is the same as retrieving taginfo "fullquery" from <tml:query>.

Return value The full query (String)
Allowed in script types
  • WebTML pages and normal WebTML actions
  • Master actions
  • TMLScript tasks in jobs
  • Content type events