> On Feb 18, 2015, at 11:01 AM, Julio Albuquerque 
> <[email protected]> wrote:
> 
> For this type of query is there any way to return the values as if it were 
> created setMap function? (QueryEnumerator.GetRow (i) .Value)
> Only through views that can emit values?

I’m not quite sure what you’re asking, but the rows of an all-docs query don’t 
have values. (What would go in them?)

> If I use linesGeral.GetRow (i) .Document.GetProperty ("name"). ToString () is 
> too slow!
> Can anyone help?

If you want to iterate over the “name” property of every document in the 
database, then create a view that emits that as the value for every document.

—Jens

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/15A3DB08-A851-4821-BA95-4DA2BB31F85A%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to