QueryClient ClassCouchbase .NET SDK 2.0
A IViewClient implementation for executing N1QL queries against a Couchbase Server.
Inheritance Hierarchy
System Object
  Couchbase.N1QL QueryClient

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class QueryClient : IQueryClient

The QueryClient type exposes the following members.

Constructors
  NameDescription
Public methodQueryClient
Initializes a new instance of the QueryClient class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Public methodQuery T (IQueryRequest)
Public methodQuery T (Uri, String)
Executes an ad-hoc N1QL query against a Couchbase Server.
Public methodQueryAsync T (IQueryRequest)
Public methodQueryAsync T (Uri, String)
Executes an ad-hoc N1QL query against a Couchbase Server.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDataMapper
The IDataMapper to use for mapping the output stream to a Type.
Public propertyHttpClient
The HttpClient to use for the HTTP POST to the Server.
Top
See Also