IQueryParameters Property |
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
SyntaxQueryParameters Parameters { get; set; }Property Value
Type:
QueryParameters
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