'Declaration
Public Enum MatchCompareEnum Inherits System.Enum
public enum MatchCompareEnum : System.Enum
'Declaration
Public Enum MatchCompareEnum Inherits System.Enum
public enum MatchCompareEnum : System.Enum
Member | Description |
---|---|
Equal | Used to search for strings, numbers and dates that are equal to the stated value. |
GreaterThan | Used to search for strings, numbers and dates that are greater than the stated value. |
GreaterThanOrEqual | Used to search for strings, numbers and dates that are greater than or equal to the stated value. |
IncludeEqual | Used to match a string inside another string. |
LessThan | Used to search for strings, numbers and dates that are less than the stated value. |
LessThanOrEqual | Used to search for strings, numbers and dates that are less than or equal to the stated value. |
PartiallyEqual | The PartiallyEqual is the default mode, which is the same as incremental search |
System.Object
System.ValueType
System.Enum
C1.Win.C1List.MatchCompareEnum