Click or drag to resize

Collation Class

A factory class for creating ICollation instances
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryCollation

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class Collation

The Collation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberASCII
Creates an ASCII based collation instance
Public methodStatic memberUnicode
Creates a Unicode based collation instance (http://unicode.org/reports/tr10/)
Top
See Also