Language Reference Guide : 4. System Classes : QueryObject Class : DesignTimeWhere Attribute
 
Share this page                  
DesignTimeWhere Attribute
Data Type: StringObject
4GL Access: RW
The DesignTimeWhere attribute is used to define the where clause for your QueryObject. If you also define a RunTimeWhere clause (see RunTimeWhere Attribute) in your code, the two where clauses will be combined together with AND to form the final where clause for the QueryObject.