A second constant for use when the comparison operation is BETWEEN.
For example, for a WHERE clause Balance BETWEEN 1000 and 3000, the CondVal property would be 1000 and the CondEndVal property would be 3000.
A second constant for use when the comparison operation is BETWEEN.
For example, for a WHERE clause Balance BETWEEN 1000 and 3000, the CondVal property would be 1000 and the CondEndVal property would be 3000.
| Visual Basic |
|---|
Public Property CondEndVal() As String |