Click or drag to resize

PropertyResolutionStyleCASE_INSENSITIVE Field

Properties are matched if the names are identical. A case insensitive search is used and will choose the first property that matches the name exactly or the first property that matches case insensitively should no match be found.

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public const PropertyResolutionStyle CASE_INSENSITIVE = 1

Field Value

Type: PropertyResolutionStyle
See Also