QueryParametersSetValue Method |
Sets an untyped value in the parameters
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntaxpublic QueryParameters SetValue(
string name,
Object value
)
Parameters
- name
- Type: SystemString
The name of the key to set - value
- Type: SystemObject
The value to set
Return Value
Type:
QueryParametersThe parameters object for further processing
See Also