Click or drag to resize

LikeFilter Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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.)
Top
See Also