sqlID property
The SQL ID for chain references.
- To reference to this SQL result use
#$table:$sqlID#
. - Example:
- Table SQL ID
1001
at tableorder
:#order:1001#
- Table SQL ID
Implementation
final String sqlID;
The SQL ID for chain references.
#$table:$sqlID#
.1001
at table order
: #order:1001#
final String sqlID;