MetaSQL property: Query class

Description

This property returns the SQL that represents the query, unresolved for any platform.

For example, the MetaSQL property returns the following:

SELECT %DATEOUT(A.ASOF_DT)
 FROM PS_AEREQUESTTBL A
 WHERE A.ASOF_DT = %DATEIN('1900-01-01')

This property is read-only.