Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 356 Bytes

File metadata and controls

8 lines (7 loc) · 356 Bytes

juctionTypes enumeration

Description

Lists all possible junction types to be used to join conditions.

Value Description
any Prescribes to select records that satisfy any of conditions listed in the group. (OR operator)
all Prescribes to select records that satisfy all of conditions listed in the group. (AND operator)