Peter Cooper

Results 1 comments of Peter Cooper

I was able to work around lack of support with the current stable version by using `ExecuteReaderAsync` to get a data reader, then get a row parser from that. ```cs...