C1.LiveLinq.Indexing.Search Namespace : JoinOperator Enumeration |
'Declaration
Public Enum JoinOperator Inherits System.Enum
public enum JoinOperator : System.Enum
Member | Description |
---|---|
Equal | a is equal to b (a == b) |
Greater | a is greater than b (a > b) |
GreaterOrEqual | a is greater than or equal to b (a >= b) |
Less | a is less than b (a < b) |
LessOrEqual | a is less than or equal to b (a <= b) |
System.Object
System.ValueType
System.Enum
C1.LiveLinq.Indexing.Search.JoinOperator
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2