[]
        
(Showing Draft Content)

C1.Win.C1List.MatchCompareEnum

MatchCompareEnum Enum

The comparation methods while searching the column.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.8.dll
Syntax
public enum MatchCompareEnum

Fields

Name 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