Show / Hide Table of Contents

Class Collation

A factory class for creating ICollation instances

Inheritance
object
Collation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public static class Collation

Methods

| Improve this Doc View Source

ASCII()

Creates an ASCII based collation instance

Declaration
public static IASCIICollation ASCII()
Returns
Type Description
IASCIICollation

An ASCII based collation instance

| Improve this Doc View Source

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

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX