Click or drag to resize

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
C#
public static IExpression Parameter(
	int index
)

Parameters

index
Type: SystemInt32
The position of the parameter in the parameter list

Return Value

Type: IExpression
The expression representing the parameter
See Also