| 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-b0713
 Syntax
Syntaxpublic 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
See Also