DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / JoinOperator Enumeration

In This Topic
    JoinOperator Enumeration
    In This Topic
    A comparison operator to match elements in a join operation.
    Syntax
    'Declaration
     
    Public Enum JoinOperator 
       Inherits System.Enum
    public enum JoinOperator : 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