XJoinEdge Data Type

Properties
name data type description
from XTableReference
to XTableReference

Example

{
  "from" : {
    "column" : "...",
    "maps_to_many" : true,
    "table" : "..."
  },
  "to" : {
    "column" : "...",
    "maps_to_many" : true,
    "table" : "..."
  }
}