Hi,
I'm new to LLBLGen (loving it). I searched the forum, but I can't find any information on this. I need to know if you can retrieve a set of enumerable entities with an iterator that has a live connection to the database. Kind of like a datareader, so that you can read results of a query, but instead of returning rows, it would return entities. If this doesn't exist, is there an easy way of implementing it?
The reason is the underlying data is very large, and I need to run queries in a separate thread and have them report on their status.
Thanks all,
btw, LLBLGen is my hero