Click or drag to resize

IQueryParameters Property

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

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

Property Value

Type: IParameters
See Also