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-b0713
Syntax public Object GetValue(
string key
)
Parameters
- key
- Type: SystemString
The key to lookup
Return Value
Type:
ObjectThe value of the key, or
null if it does not exist
See Also