Click or drag to resize

Parameters Class

A class which contains parameters for an IQuery
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryParameters

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public sealed class Parameters

The Parameters type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the untyped value of the given key in the parameters
Public methodSetBoolean
Sets a Boolean value in the parameters
Public methodSetDate
Sets a DateTimeOffset value in the parameters
Public methodSetDouble
Sets a Double value in the parameters
Public methodSetFloat
Sets a Single value in the parameters
Public methodSetInt
Sets an Int32 value in the parameters
Public methodSetLong
Sets an Int64 value in the parameters
Public methodSetString
Sets a String value in the parameters
Public methodSetValue
Sets an untyped value in the parameters
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also