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