| IExpressionCollate Method  | 
  
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
SyntaxIExpression Collate(
	ICollation collation
)
Parameters
- collation
- Type: Couchbase.Lite.QueryICollation
 The collation instance to use when collating
Return Value
Type: 
IExpressionThe expression representing the new operation
 See Also
See Also