DustyTables icon indicating copy to clipboard operation
DustyTables copied to clipboard

Use SqlDataReader.ReadAsync instead of SqlDataReader.Read

Open eagle-k opened this issue 4 years ago • 0 comments

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

eagle-k avatar Dec 19 '21 05:12 eagle-k