Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 543 Bytes

Join.md

File metadata and controls

25 lines (13 loc) · 543 Bytes

Join

Properties

Name Type Description Notes
type TypeEnum Type of the join operation
on List<JoinOn> List of objects defining joined tables
query FulltextFilter [optional]
table String Basic table of the join operation

Enum: TypeEnum

Name Value
INNER "inner"
LEFT "left"