Click or drag to resize

ParametersSetString Method

Sets a String value in the parameters

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public Parameters SetString(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the key to set
value
Type: SystemString
The value to set

Return Value

Type: Parameters
The parameters object for further processing
See Also