IQueryRequest AddNamedParameter Method (String, Object)Couchbase .NET SDK 2.1.0 Documentation
Adds a named parameter to the parameters to the statement or prepared statement.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
IQueryRequest AddNamedParameter(
	string name,
	Object value
)

Parameters

name
Type: System String
The name of the parameter.
value
Type: System Object
The value of the parameter.

Return Value

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