TIWCGJQProviderSearchOperator Enumeration
Represents type TIWCGJQProviderSearchOperator
.
type TIWCGJQProviderSearchOperator = (sopEqual,sopNotEqual,sopLess,sopLessEqual,sopGreater,sopGreaterEqual, sopBeginsWith,sopDoesntBeginsWith,sopIsIn,sopIsNotIn,sopEndsWith,sopDoesntEndWith,sopContains,sopDoesntContain, soIsNull,soIsNotNull);
The TIWCGJQProviderSearchOperator type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | soIsNotNull | Represents constant |
![]() | soIsNull | Represents constant |
![]() | sopBeginsWith | Represents constant |
![]() | sopContains | Represents constant |
![]() | sopDoesntBeginsWith | Represents constant |
![]() | sopDoesntContain | Represents constant |
![]() | sopDoesntEndWith | Represents constant |
![]() | sopEndsWith | Represents constant |
![]() | sopEqual | Represents constant |
![]() | sopGreater | Represents constant |
![]() | sopGreaterEqual | Represents constant |
![]() | sopIsIn | Represents constant |
![]() | sopIsNotIn | Represents constant |
![]() | sopLess | Represents constant |
![]() | sopLessEqual | Represents constant |
![]() | sopNotEqual | Represents constant |