AdfDataflowJoinOperator Enumeration
Type of comparison for a join condition.
Enumeration Values
Name | Summary |
---|---|
EqualTo | == |
NotEquals | != |
GreaterThan | The left is greater than the right. |
LessThan | The left is less than the right. |
GreaterThanEqualTo | The left is greater than or equal to the right. |
LessThanEqualTo | The left is less than or equal to the right. |
NullInclusiveEqual | === |
CaseInsensitiveEqual | Case is ignored when determining equality. |