Click or drag to resize

CollationASCII Method

Creates an ASCII based collation instance

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

Return Value

Type: IASCIICollation
An ASCII based collation instance
See Also