Executes a N1QL statement or prepared statement via a IQueryRequest against the Couchbase Cluster.
Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- queryRequest
- Type: Couchbase.N1QL.IQueryRequest
An IQueryRequest object that contains a statement or a prepared statement and the appropriate properties.

- T
- The Type to deserialze the results to. The dynamic Type works well.
Return Value
Type: IQueryResult<T>An instance of an object that implements the IQueryResult<T> interface; the results of the query.
