Returns an expression to represent a fixed 
String value
            
 
    Namespace: 
   Couchbase.Lite.Query
    Assembly:
   Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
 Syntax
Syntaxpublic static IExpression String(
	string value
)
Parameters
- value
- Type: SystemString
 The value to use
Return Value
Type: 
IExpressionAn expression representing the fixed value
 See Also
See Also