Click or drag to resize

ParametersGetValue Method

Gets the untyped value of the given key in the parameters

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public Object GetValue(
	string key
)

Parameters

key
Type: SystemString
The key to lookup

Return Value

Type: Object
The value of the key, or null if it does not exist
See Also