Click or drag to resize

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.0.0-b0520
Syntax
C#
public static IExpression Parameter(
	string name
)

Parameters

name
Type: SystemString
The name of the parameter in the parameter set

Return Value

Type: IExpression
The expression representing the parameter
See Also