sqlID property

String sqlID
final

The SQL ID for chain references.

  • To reference to this SQL result use #$table:$sqlID#.
  • Example:
    • Table SQL ID 1001 at table order: #order:1001#

Implementation

final String sqlID;