Enumeration FilterOperators

FilterOperators - The operators that can be used in a query filter

Enumeration Members

And: "and"

Constant

And - The and operator

Remarks

Can be used to create compound filters.

Contains: "contains"

Constant

Contains - The contains operator

Remarks

Can be used with list fields as well as their formula equivalents.

Equal: "eq"

Constant

Equal - The equal operator

Remarks

Can be used with text, auto-number, date, and number fields as well as their formula equivalents.

GreaterThan: "gt"

Constant

GreaterThan - The greater than operator

Remarks

Can be used with auto-number, date, and number fields as well as their formula equivalents.

IsNull: "isnull"

Constant

IsNull - The is null operator

Remarks

Can be used with text, date, and number fields as well as their formula equivalents.

LessThan: "lt"

Constant

LessThan - The less than operator

Remarks

Can be used with auto-number, date, and number fields as well as their formula equivalents.

Not: "not"

Constant

Not - The not operator

Remarks

Can be used to negate a filter and create compound filters.

NotEqual: "ne"

Constant

NotEqual - The not equal operator

Remarks

Can be used with text, auto-number, date, and number fields as well as their formula equivalents.

NotNull: "notnull"

Constant

NotNull - The not null operator

Remarks

Can be used with text, date, and number fields as well as their formula equivalents.

Or: "or"

Constant

Or - The or operator

Remarks

Can be used to create compound filters.