Creates a function that gets the length of a string
in question
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntaxpublic static IExpression Length(
Object expression
)
Parameters
- expression
- Type: SystemObject
The expression to take data from when calculating
the result (must be or evaluate to a string)
Return Value
Type:
IExpressionThe length of the string in question
See Also