join

XML format for the join object

The join element is a child of the view object.

<join kind="inner" table="case" alias="" relation="case2x_platform" toAlias="" >
   <description><![CDATA[]]></description>
</join>

Attribute Name

Required

Default

Description

kind

Yes

 

Specifies the kind of the join. Valid values are:

  • Inner
  • Outer

description

No

 

Description of the join.

table

Yes

 

The name of the table to be joined to.

relation

Yes

 

The name of the relation on the table used for the join.

alias

No

 

Name of the alias for the table defined in the table attribute.

toAlias

No

 

Name of the alias for the table referenced by the other side of the relation.

See Also

view

viewColumn

Next

join Examples

join