IUnicodeCollation Interface |
Namespace: Couchbase.Lite.Query
public interface IUnicodeCollation : ICollation
The IUnicodeCollation type exposes the following members.
| Name | Description | |
|---|---|---|
| IgnoreAccents |
Instructs the object to either diacritics (e.g. accents) when collating
or consider it (default is to consider)
| |
| IgnoreCase |
Instructs the object to either ignore lowercase vs uppercase when collating
or consider it (default is to consider)
| |
| Locale |
Sets the locale to use when applying the collation rules
|