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.1.0-b0232
Syntax Parameters Parameters { get; set; }
Property Value
Type:
ParametersRemarks
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