Click or drag to resize

IASCIICollation Interface

An interface that can use 7-bit ASCII rules to do string collation

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IASCIICollation : ICollation

The IASCIICollation type exposes the following members.

Methods
  NameDescription
Public methodIgnoreCase
Instructs the object to either ignore lowercase vs uppercase when collating or consider it (default is to consider)
Top
See Also