Language Reference Guide : 4. System Classes : QueryParm Class : ResultAssignment Attribute
 
Share this page                  
ResultAssignment Attribute
Data Type: varchar(256)
4GL Access: RW
The ResultAssignment attribute holds an optional expression that can be used to assign the value passed to the database on an insertion or update.
The ResultAssignment attribute is useful when the expression to be used in the database operation does not always evaluate to the same value. A primary example of such behavior is an expression that evaluates a date constant, date('now'). The ResultAssignment attribute enables the application to get the actual data value passed to the DBMS.