Class Collation
A factory class for creating ICollation instances
Inheritance
System.Object
    Collation
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class Collation
  Methods
| Improve this Doc View SourceASCII()
Creates an ASCII based collation instance
Declaration
public static IASCIICollation ASCII()
  Returns
| Type | Description | 
|---|---|
| IASCIICollation | An ASCII based collation instance  | 
      
Unicode()
Creates a Unicode based collation instance (http://unicode.org/reports/tr10/)
Declaration
public static IUnicodeCollation Unicode()
  Returns
| Type | Description | 
|---|---|
| IUnicodeCollation | A Unicode based collation instance  |