The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

Enum MergeJoinTransformJoinType

Namespace:
Varigence.Languages.Biml.Transformation
Assembly:
Biml.dll
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.

© Varigence