C1.LiveLinq.Indexing.Search Namespace / JoinOperator Enumeration

JoinOperator Enumeration
A comparison operator to match elements in a join operation.
Syntax
'Declaration
 
Public Enum JoinOperator 
   Inherits System.Enum
 
Members
MemberDescription
Equala is equal to b (a == b)
Greatera is greater than b (a > b)
GreaterOrEquala is greater than or equal to b (a >= b)
Lessa is less than b (a < b)
LessOrEquala is less than or equal to b (a <= b)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.LiveLinq.Indexing.Search.JoinOperator

See Also