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