Click or drag to resize

IParametersSet Method (Int32, Object)

Sets a positional parameter

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0195
Syntax
C#
void 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