IQueryRequest.AddNamedParameter Method (KeyValuePair<String, Object>[])Couchbase .NET SDK 2.0
Adds a collection of named parameters 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 AddNamedParameter(
	params KeyValuePair<string, Object>[] parameters
)

Parameters

parameters
Type:System.Collections.Generic.KeyValuePair<String, Object>[]
A list of KeyValuePair<TKey, TValue> to be sent.

Return Value

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