Click or drag to resize

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#
public interface IParameters
Methods
  NameDescription
Public methodSet(Int32, Object)
Sets a positional parameter
Public methodSet(String, Object)
Sets a named parameter
Top
See Also