Sets a named parameter
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax IParameters Set(
string name,
Object value
)
Parameters
- name
- Type: SystemString
The name of the parameter for substitution - value
- Type: SystemObject
The value of the parameter
Return Value
Type:
IParametersThe modified parameters object
See Also