Click or drag to resize

ArrayExpressionVariable Method

Returns an expression representing the value of a named variable assigned by earlier calls to Any(IVariableExpression) and family.

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IVariableExpression Variable(
	string name
)

Parameters

name
Type: SystemString
The name of the variable

Return Value

Type: IVariableExpression
An expression representing the value of a named variable
See Also