Returns an expression to represent a fixed
Int64 value
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static IExpression Long(
long value
)
Parameters
- value
- Type: SystemInt64
The value to use
Return Value
Type:
IExpressionAn expression representing the fixed value
See Also