An interface for client-side support for executing N1QL queries against a Couchbase Server.
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

The IQueryClient type exposes the following members.

Name | Description | |
---|---|---|
![]() | Prepare |
Prepare an ad-hoc N1QL statement for later execution against a Couchbase Server.
|
![]() | Query<T>(IQueryRequest) |
Synchronously executes an a N1QL query request against a Couchbase Server.
|
![]() | Query<T>(Uri, String) |
Executes an ad-hoc N1QL query against a Couchbase Server.
|
![]() | QueryAsync<T>(IQueryRequest) |
Asynchronously executes an a N1QL query request against a Couchbase Server.
|
![]() | QueryAsync<T>(Uri, String) |
Executes an ad-hoc N1QL query against a Couchbase Server.
|

Name | Description | |
---|---|---|
![]() | DataMapper |
The IDataMapper to use for mapping the output stream to a Type.
|
![]() | HttpClient |
The HttpClient to use for the HTTP POST to the Server.
|
