Expression Class |
Namespace: Couchbase.Lite.Query
public static class Expression
The Expression type exposes the following members.
| Name | Description | |
|---|---|---|
| Negated |
Returns an expression representing the negated result of an expression
| |
| Not |
Returns an expression representing the negated result of an expression
| |
| Parameter(Int32) |
Gets an expression representing a positional parameter (as set in
Parameters) for use in a query
| |
| Parameter(String) |
Gets an expression representing a named parameter (as set in
Parameters) for use in a query
| |
| Property |
Returns an expression representing the value of a named property
|