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.1.0-b0232
Syntax public static IExpression Value(
Object value
)
Parameters
- value
- Type: SystemObject
The value to use
Return Value
Type:
IExpressionAn expression representing the fixed value
See Also