ExpressionParameter Method (Int32) |
Gets an expression representing a positional parameter (as set in
Parameters) for use in a query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public static IExpression Parameter(
int index
)
Parameters
- index
- Type: SystemInt32
The position of the parameter in the parameter list
Return Value
Type:
IExpressionThe expression representing the parameter
See Also