| ArrayFunctionLength Method  | 
 
            Creates a function that will get the length of an array
            in question
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
Syntaxpublic static IExpression Length(
	IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
 The expression to usem when calculating (must evaluate to an array type)
            the result
Return Value
Type: 
IExpressionA function that will get the length of the array in question
 See Also
See Also