Click or drag to resize

ExpressionAll Method

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
C#
public static IPropertyExpression All()

Return Value

Type: IPropertyExpression
The expressoin representing '*'
See Also