IParametersSet Method (Int32, Object) |
Sets a positional parameter
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0195
Syntaxvoid Set(
int index,
Object value
)
Parameters
- index
- Type: SystemInt32
The index of the parameter for substitution - value
- Type: SystemObject
The value of the parameter
See Also