Class RelationalOperatorEnum
Relational or comparison operators used in a where clause
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class RelationalOperatorEnum : Enum
Fields
Name | Description |
---|---|
Equals | Left-hand operand is equal to right-hand operand |
Greater | Left-hand operand is greater than right-hand operand |
GreaterEquals | Left-hand operand is greater than or equal to right-hand operand |
Less | Left-hand operand is less than right-hand operand |
LessEquals | Left-hand operand is less than or equal to right-hand operand |
Like | Determines whether a specific character string matches a specified pattern |
NotEquals | Left-hand operand is not equal to right-hand operand |
NotLike | Determines whether a specific character string does not match a specified pattern |
value__ |