Skip to main content

Enum MergeJoinTransformJoinType

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum MergeJoinTransformJoinType

Fields

FieldsDescription
FullOuterJoinSpecifies that a full outer join will be performed on the rows specified on the left and right input paths.
InnerJoinSpecifies that an inner join will be performed on the rows specified on the left and right input paths.
LeftOuterJoinSpecifies that a left outer join will be performed on the rows specified on the left and right input paths.