 | ConfigurationCompilerLanguageSortUsingCollator Property |
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).
Namespace:
com.espertech.esper.common.client.configuration.compiler
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool SortUsingCollator { get; set; }
Property Value
Type:
Booleanindicator whether to use Collator for string comparisons
See Also