0
0to60
I could have sworn I read MS documentation that said a data reader is the
fastest, most lightweight way to read in a table. However, I'm finding that
DataAdapter.Fill() is often up to 5x faster. Am I missing something?
Also, why isn't there an async DataAdapter.BeginFill() method? Here MS is
pushing DataSets on us so hard, and they fail to offer an async way of
filling them.
fastest, most lightweight way to read in a table. However, I'm finding that
DataAdapter.Fill() is often up to 5x faster. Am I missing something?
Also, why isn't there an async DataAdapter.BeginFill() method? Here MS is
pushing DataSets on us so hard, and they fail to offer an async way of
filling them.