A simple yes or no, I suppose.
Let's say I'm using dependency injection to make use of Insight.Database's auto interfaces as a repository.
Let's also say that some of those tables are way too big to want in memory.
Given that I have injected "repositories", can I stream data from them? The documentation only details using extension methods on a SqlConnection object.
Cheers.