Add async System.Data resultset and database schema APIs (#39098)
authorShay Rojansky <roji@roji.org>
Sun, 12 Jul 2020 13:56:20 +0000 (16:56 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Jul 2020 13:56:20 +0000 (15:56 +0200)
commit225673de28e67caa6a7fb6cf275b566996fc1570
treef4f0ef9756506e11e8f693abc50059517d7836a4
parent56b696403b3f8fe6dac4a83f4d0743490e0e9ad2
Add async System.Data resultset and database schema APIs (#39098)

Closes #38028
src/libraries/System.Data.Common/ref/System.Data.Common.cs
src/libraries/System.Data.Common/src/System/Data/Common/DbConnection.cs
src/libraries/System.Data.Common/src/System/Data/Common/DbDataReader.cs
src/libraries/System.Data.Common/tests/System/Data/Common/DbConnectionTests.cs
src/libraries/System.Data.Common/tests/System/Data/Common/DbDataReaderMock.cs
src/libraries/System.Data.Common/tests/System/Data/Common/DbDataReaderTest.cs