TIWCGJQProviderSearchOperator Enumeration

Represents type TIWCGJQProviderSearchOperator.

Namespace: IWCGJQGridCustomProvider
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:
 NameDescription
soIsNotNull

Represents constant soIsNotNull.

soIsNull

Represents constant soIsNull.

sopBeginsWith

Represents constant sopBeginsWith.

sopContains

Represents constant sopContains.

sopDoesntBeginsWith

Represents constant sopDoesntBeginsWith.

sopDoesntContain

Represents constant sopDoesntContain.

sopDoesntEndWith

Represents constant sopDoesntEndWith.

sopEndsWith

Represents constant sopEndsWith.

sopEqual

Represents constant sopEqual.

sopGreater

Represents constant sopGreater.

sopGreaterEqual

Represents constant sopGreaterEqual.

sopIsIn

Represents constant sopIsIn.

sopIsNotIn

Represents constant sopIsNotIn.

sopLess

Represents constant sopLess.

sopLessEqual

Represents constant sopLessEqual.

sopNotEqual

Represents constant sopNotEqual.

Top