Click or drag to resize

ConfigurationCompilerLanguage Class

Language settings in the runtimeare for string comparisons.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.compilerConfigurationCompilerLanguage

Namespace:  com.espertech.esper.common.client.configuration.compiler
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConfigurationCompilerLanguage

The ConfigurationCompilerLanguage type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationCompilerLanguage
Ctor.
Top
Properties
  NameDescription
Public propertyIsSortUsingCollator
Returns true to indicate to perform locale-independent string comparisons using Collator.

By default this setting is false, i.e. string comparisons use the compare method.

Public propertySortUsingCollator
Set to true to indicate to perform locale-independent string comparisons using Collator.

Set to false to perform string comparisons via the compare method (the default).

Top
See Also