Click or drag to resize

IExpressionCollate Method

Collates the previous expression using the given collation instance (normally this is used directly after Property(String) when it is part of a Where(IExpression) or OrderBy(IOrdering))

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IExpression Collate(
	ICollation collation
)

Parameters

collation
Type: Couchbase.Lite.QueryICollation
The collation instance to use when collating

Return Value

Type: IExpression
The expression representing the new operation
See Also