Interface IASCIICollation
An interface that can use 7-bit ASCII rules to do string collation
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IASCIICollation : ICollation
  Methods
| Improve this Doc View SourceIgnoreCase(Boolean)
Instructs the object to either ignore lowercase vs uppercase when collating or consider it (default is to consider)
Declaration
IASCIICollation IgnoreCase(bool ignoreCase)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | ignoreCase | Whether or not to ignore casing  | 
      
Returns
| Type | Description | 
|---|---|
| IASCIICollation | The collation object for further processing  |