IQueryClient InterfaceCouchbase .NET SDK 2.0
An interface for client-side support for executing N1QL queries against a Couchbase Server.

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

The IQueryClient type exposes the following members.

Methods
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