Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The LikeFilter type exposes the following members.

Properties

  NameDescription
EscapeChar
Obtain the escape character that is used for escaping '%' and '_' in the pattern or zero if there is no escape.
IgnoreCase
Check whether or not the filter is case incensitive.
IsIgnoreCase Obsolete.
Check whether or not the filter is case incensitive.
Pattern
Obtain the filter's pattern string.
Value
Gets the object to compare the extraction result with.
(Inherited from ComparisonFilter.)
ValueExtractor
Obtain the IValueExtractor used by this filter.
(Inherited from ExtractorFilter.)

See Also