Click or drag to resize

ExpressionFactory Class

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

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

The ExpressionFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGroup
Returns an expression representing the result of a group of given expressions
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 memberProperty
Returns an expression representing the value of a named property
Top
See Also