Click or drag to resize

IParametersSet Method (String, Object)

Sets a named parameter

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0195
Syntax
C#
void Set(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name of the parameter for substitution
value
Type: SystemObject
The value of the parameter
See Also