Namespace: Couchbase.N1QLAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic QueryClient(
HttpClient httpClient,
IDataMapper dataMapper
)
Public Sub New (
httpClient As HttpClient,
dataMapper As IDataMapper
)
public:
QueryClient(
HttpClient^ httpClient,
IDataMapper^ dataMapper
)
new :
httpClient : HttpClient *
dataMapper : IDataMapper -> QueryClient
Parameters
- httpClient
- Type: System.Net.HttpHttpClient
[Missing <param name="httpClient"/> documentation for "M:Couchbase.N1QL.QueryClient.#ctor(System.Net.Http.HttpClient,Couchbase.Views.IDataMapper)"]
- dataMapper
- Type: Couchbase.ViewsIDataMapper
[Missing <param name="dataMapper"/> documentation for "M:Couchbase.N1QL.QueryClient.#ctor(System.Net.Http.HttpClient,Couchbase.Views.IDataMapper)"]
See Also