The JoinComparison type exposes the following members.

ToggleFields

Type NameDescription
Public fieldStatic memberEQUAL
A constant representing a JoinComparison instance of type EQUAL. This specifies that the constituents of the join are equal.
Public fieldStatic memberEQUAL_AS_INT
An integer associated with the EQUAL instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases.
Public fieldStatic memberGREATER_THAN
A constant representing a JoinComparison instance of type GREATER_THAN. This specifies that the initial constituent of the join is greater than the other constituent.
Public fieldStatic memberGREATER_THAN_AS_INT
An integer associated with the GREATER_THAN instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases.
Public fieldStatic memberGREATER_THAN_EQUAL_TO
A constant representing a JoinComparison instance of type GREATER_THAN_EQUAL_TO. This specifies that the initial constituent of the join is greater than or equal to the other constituent.
Public fieldStatic memberGREATER_THAN_EQUAL_TO_AS_INT
An integer associated with the GREATER_THAN_EQUAL_TO instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases.
Public fieldStatic memberLESS_THAN
A constant representing a JoinComparison instance of type LESS_THAN. This specifies that the initial constituent of the join is less than the other constituent.
Public fieldStatic memberLESS_THAN_AS_INT
An integer associated with the LESS_THAN instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases.
Public fieldStatic memberLESS_THAN_EQUAL_TO
A constant representing a JoinComparison instance of type LESS_THAN_EQUAL_TO. This specifies that the initial constituent of the join is less than or equal to the other constituent.
Public fieldStatic memberLESS_THAN_EQUAL_TO_AS_INT
An integer associated with the LESS_THAN_EQUAL_TO instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases.
Public fieldStatic memberNOT_EQUAL
A constant representing a JoinComparison instance of type NOT_EQUAL. This specifies that the constituents of the join are not equal.
Public fieldStatic memberNOT_EQUAL_AS_INT
An integer associated with the NOT_EQUAL instance of this class. Use the static instances of this class, rather than the associated integer values. The integer values risk binary incompatibility (but not source incompatibility) across product releases.

ToggleSee Also