Click or drag to resize

ExpressionVariable Method

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

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

Parameters

name
Type: SystemString
The name of the variable

Return Value

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