AdfDataflowJoinType Enumeration
Specifies the type of join to be used in a join transformation.
Enumeration Values
Name | Summary |
---|---|
FullOuter | Full outer join. |
Inner | Inner join. |
LeftOuter | Left outer join |
RightOuter | Right outer join. |
CustomCross | Custom join specified by custom expression. |