![]() | ConfigurationCompilerLanguage Class |
Namespace: com.espertech.esper.common.client.configuration.compiler
[SerializableAttribute] public class ConfigurationCompilerLanguage
The ConfigurationCompilerLanguage type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationCompilerLanguage |
Ctor.
|
Name | Description | |
---|---|---|
![]() | IsSortUsingCollator |
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.
|
![]() | SortUsingCollator |
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).
|