Executes a View query and returns the result.
Namespace: Couchbase.CoreAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- query
- Type: Couchbase.Views.IViewQuery
The IViewQuery used to generate the results.

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

Use one of the IBucket.CreateQuery overloads to generate the query.
