DustyTables
DustyTables copied to clipboard
Use SqlDataReader.ReadAsync instead of SqlDataReader.Read
For the three functions executeAsync, iterAsync, and executeRowAsync, how about using the SqlDataReader.ReadAsync method instead of SqlDataReader.Read?