Click or drag to resize

IQueryParameters Property

Gets or sets the parameter collection for this query so that parameters may be added for substitution into the query API (via Parameter(String))

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
Parameters Parameters { get; set; }

Property Value

Type: Parameters
Remarks
The returned collection is a copy, and must be reset onto the query instance. Doing so will trigger a re-run and update any listeners.
See Also