• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

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