Click or drag to resize

IExpressionConcat Method

Concatenates the current and given expressions

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
IExpression Concat(
	Object expression
)

Parameters

expression
Type: SystemObject
The expression to concatenate with the current one

Return Value

Type: IExpression
The expression representing the new operation
See Also