Open GoogleCodeExporter opened 9 years ago
I forgot to add that this issue is only evident in the case where two result
sets are returned from the data provider and the first result set is empty
while the second result set is not. So essentially, the consumed flag is set
to true before ReadDeferred<T> is called and if the enumeration returns no
results the flag has already been set so that the second call to
GridReader.Read<U> (with a different type) throws the exception.
Original comment by cmschick...@gmail.com
on 28 Jul 2013 at 10:37
Original issue reported on code.google.com by
cmschick...@gmail.com
on 27 Jul 2013 at 9:17