ExpressionParameter Method |
Gets an expression representing a named parameter (as set in
Parameters) for use in a query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static IExpression Parameter(
string name
)
Parameters
- name
- Type: SystemString
The name of the parameter in the parameter set
Return Value
Type:
IExpressionThe expression representing the parameter
See Also