Click or drag to resize

ViewCollation Enumeration

Indicates the collation to use for sorted items in the view

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[SerializableAttribute]
public enum ViewCollation
Members
  Member nameValueDescription
Unicode0 Sort via the unicode standard
Raw1 Raw binary sort
ASCII2 Sort via ASCII comparison
See Also