IQueryRequest.AddPositionalParameter Method (Object)Couchbase .NET SDK 2.0
Adds a positional parameter to the parameters to the statement or prepared statement.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IQueryRequest AddPositionalParameter(
	Object value
)

Parameters

value
Type: System.Object
The value of the positional parameter.

Return Value

Type: IQueryRequest
A reference to the current IQueryRequest for method chaining.
Remarks
Optional.
See Also