IUnicodeCollationIgnoreAccents Method |
Instructs the object to either diacritics (e.g. accents) when collating
or consider it (default is to consider)
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax IUnicodeCollation IgnoreAccents(
bool ignoreAccents
)
Parameters
- ignoreAccents
- Type: SystemBoolean
Whether or not to ignore diacritics
Return Value
Type:
IUnicodeCollationThe collation object for further processing
See Also