Click or drag to resize

Expression Class

A factory for unary IExpression operators
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryExpression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
public static class Expression

The Expression type exposes the following members.

Methods
  NameDescription
Public methodStatic memberNegated
Returns an expression representing the negated result of an expression
Public methodStatic memberNot
Returns an expression representing the negated result of an expression
Public methodStatic memberParameter(Int32)
Gets an expression representing a positional parameter (as set in Parameters) for use in a query
Public methodStatic memberParameter(String)
Gets an expression representing a named parameter (as set in Parameters) for use in a query
Public methodStatic memberProperty
Returns an expression representing the value of a named property
Top
See Also