Click or drag to resize
IQueryClient Interface
An interface for client-side support for executing N1QL queries against a Couchbase Server.

Namespace: Couchbase.N1QL
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.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