Enum MergeJoinTransformJoinType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum MergeJoinTransformJoinType
Fields
Fields | Description |
---|---|
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. |