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.1.0-b0232
Syntax public static IVariableExpression Variable(
string name
)
Parameters
- name
- Type: SystemString
The name of the variable
Return Value
Type:
IVariableExpressionAn expression representing the value of a named variable
See Also