I created my own macro (I use the Boo DSL) that makes an operation whose 
first step is yielding all rows from the input. This seems to work.

If you are not using the Boo DSL I think you can just add code into the 
beginning of your operation that just does something like:
foreach (var row in rows) { yield row; }

On Thursday, March 21, 2013 6:39:12 AM UTC-6, Wayne Douglas wrote:
>
> Hi
>
> I need to wait for all of the data from one table to be sent to ravendb 
> before moving onto the next operation in the pipeline so that i can do some 
> fuzz dupe checking using the lucene indexing in raven.
>
> What is the best way to do this? 
>
> -- 
> Cheers,
>
> w:// 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to