Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryJoin

The information used to join the parent/child tables in a query.

Hierarchy

  • IQueryJoin

Index

Properties

Properties

map

The field mapping used by the join.

Optional outer

outer: boolean

Specifies whether it's an outer join. By default it's inner join.

table

table: string

The name of the parent table in the join.