JoinType
Join type applied when matching records across entities.
Used by EntityJoin for cross-entity query joins and by SourceJoinCriteria in entity metadata.
Enumeration Members¶
InnerJoin¶
InnerJoin:
"InnerJoin"
INNER JOIN — only base-entity records with a matching related record.
LeftJoin¶
LeftJoin:
"LeftJoin"
LEFT JOIN — all base-entity records, with related fields empty when unmatched.