Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The LikeFilter type exposes the following members.

Properties

  NameDescription
Public propertyEscapeChar
Obtain the escape character that is used for escaping '%' and '_' in the pattern or zero if there is no escape.
Public propertyIgnoreCase
Check whether or not the filter is case incensitive.
Public propertyIsIgnoreCase Obsolete.
Check whether or not the filter is case incensitive.
Public propertyPattern
Obtain the filter's pattern string.
Public propertyValue
Gets the object to compare the extraction result with.
(Inherited from ComparisonFilter.)
Public propertyValueExtractor
Obtain the IValueExtractor used by this filter.
(Inherited from ExtractorFilter.)

See Also