Enum MergeJoinTransformJoinType
C#
public enum MergeJoinTransformJoinType
Fields
FullOuterJoin | Specifies that a full outer join will be performed on the rows specified on the left and right input paths. |
InnerJoin | Specifies that an inner join will be performed on the rows specified on the left and right input paths. |
LeftOuterJoin | Specifies that a left outer join will be performed on the rows specified on the left and right input paths. |