Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IParameters Interface
IParameters Methods
IParameters Interface
An interface presenting parameters for use in an
IQuery
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0195
Syntax
C#
Copy
public
interface
IParameters
Methods
Name
Description
Set(Int32, Object)
Sets a positional parameter
Set(String, Object)
Sets a named parameter
Top
See Also
Reference
Couchbase.Lite.Query Namespace