Returns an expression to represent '*' in things like COUNT(*) and
            SELECT *
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
 Syntax
Syntaxpublic static IPropertyExpression All()
Return Value
Type: 
IPropertyExpressionThe expressoin representing '*'
 See Also
See Also