StringComparisonField

StringComparisonField class

Represents the string search field.

The StringComparisonField type exposes the following members:

Methods

NameDescription
contains(value)
contains(value, ignore_case)
not_contains(value)
not_contains(value, ignore_case)
equals(value)
equals(value, ignore_case)
not_equals(value)
not_equals(value, ignore_case)
order_by(ascending)
empty()
not_empty()

See Also