Executes a N1QL query against the Couchbase Cluster.
Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- query
- Type: System.String
An ad-hoc N1QL query.

- 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.
