Click or drag to resize

ExpressionValue Method

Returns an expression to represent a fixed Object value. It must be one of the allowed types (i.e. the ones allowed in other methods such as String(String)

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static IExpression Value(
	Object value
)

Parameters

value
Type: SystemObject
The value to use

Return Value

Type: IExpression
An expression representing the fixed value
See Also