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-b0713
Syntax public static IPropertyExpression All()
Return Value
Type:
IPropertyExpressionThe expressoin representing '*'
See Also