.net and couchbase 2.0 View
Thu, 11/10/2011 - 04:34
Hello
I am currently working with couchbase 2.0 as POC and soon we'll be going full on for productions. I am trying to understand how the IView and IViewRow works in the .NET couchbase library.
The Looking at IViewRow it returns an array of dictonary objects for a view. Would it be possible to return that as a json without me having to serialize it or to cast it into the object type I want?