Click or drag to resize

PropertyResolutionStyleDISTINCT_CASE_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 case insensitively. If more than one 'name' can be mapped to the property an exception is thrown.

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

Field Value

Type: PropertyResolutionStyle
See Also