Sets a named parameter
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
SyntaxIParameters 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