DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.

Supported Operators

  • = equal
  • > greater than
  • < less than
  • >= greater or equal
  • <= less or equal
  • != not equal
  • like
  • not like
  • #= case insensitive equal
  • #!= case insensitive not equal
  • #like case insensitive like
  • #not like case insensitive not like
  • ^||= equals or null
  • ^||> greater than or null
  • ^||< less than or null
  • ^||>= greater or equal or null
  • ^||<= less or equal or null
  • ^||!= not equal or null
  • ^||#= case insensitive equal or null
  • ^||#!= case insensitive not equal or null



Property Summary
String
foreignColumnName
The name of the column from the destination table
that this relation item is based on.
Number
operator
The operator that defines the relationship between the primary dataprovider
and the foreign column.
String
primaryDataProvider
The name of the column from the source table
that this relation item is based on.



Property Details

foreignColumnName

The name of the column from the destination table
that this relation item is based on.

Returns

String
 

operator

The operator that defines the relationship between the primary dataprovider
and the foreign column.

Returns

Number
 

primaryDataProvider

The name of the column from the source table
that this relation item is based on.

Returns

String