Specifies the operation to use when comparing the constituents of a SQL join operation (the constituents of the
Top
Top
Top
Top
ON
clause in a SQL statement). This class is used by
The following tables list the members exposed by JoinComparison.
Protected Constructors
Name | Description | |
---|---|---|
![]() | JoinComparison |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | EQUAL | A constant representing a instance of type . This specifies that the constituents of the join are equal. |
![]() ![]() | EQUAL_AS_INT | An integer associated with the 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. This field is constant and read-only. |
![]() ![]() | GREATER_THAN | A constant representing a instance of type . This specifies that the initial constituent of the join is greater than the other constituent. |
![]() ![]() | GREATER_THAN_AS_INT | An integer associated with the 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. This field is constant and read-only. |
![]() ![]() | GREATER_THAN_EQUAL_TO | A constant representing a instance of type . This specifies that the initial constituent of the join is greater than or equal to the other constituent. |
![]() ![]() | GREATER_THAN_EQUAL_TO_AS_INT | An integer associated with the 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. This field is constant and read-only. |
![]() ![]() | LESS_THAN | A constant representing a instance of type . This specifies that the initial constituent of the join is less than the other constituent. |
![]() ![]() | LESS_THAN_AS_INT | An integer associated with the 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. This field is constant and read-only. |
![]() ![]() | LESS_THAN_EQUAL_TO | A constant representing a instance of type . This specifies that the initial constituent of the join is less than or equal to the other constituent. |
![]() ![]() | LESS_THAN_EQUAL_TO_AS_INT | An integer associated with the 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. This field is constant and read-only. |
![]() ![]() | NOT_EQUAL | A constant representing a instance of type . This specifies that the constituents of the join are not equal. |
![]() ![]() | NOT_EQUAL_AS_INT | An integer associated with the 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. This field is constant and read-only. |
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | Overridden. |
![]() | GetHashCode | Overridden. |
![]() ![]() | GetInstanceFromInt | Gets an instance of this class using its associated integer value (the fields). |
![]() | GetObjectData | ******************************************************** * * Object Serialization * ********************************************************** |
![]() | GetOperator | Gets the standard string representation of the comparison operator used by this instance. The operators returned will be one of the following (shown with their corresponding field):
|
![]() | GetType | Gets the |
![]() | GetValue | Returns an integer value associated with a specific instance of this class. |
![]() | ToString | Overridden. Returns a representation of this instance. |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | Allows an |
![]() | MemberwiseClone | Creates a shallow copy of the current |