Add async methods in System.Data.Common, implement IAsyncDisposable
authorShay Rojansky <roji@roji.org>
Thu, 30 May 2019 09:13:53 +0000 (11:13 +0200)
committerShay Rojansky <roji@roji.org>
Thu, 30 May 2019 12:07:22 +0000 (14:07 +0200)
commit7345f08579ce261a8de0a5ebcef213971ca6714a
tree579a0b3900fb650901327e5a1fb517fa30cae667
parent9723ccbdadb9f48473bbc71b1c1a64e824c03d32
Add async methods in System.Data.Common, implement IAsyncDisposable

Closes dotnet/corefx#35012

Commit migrated from https://github.com/dotnet/corefx/commit/22dd87ec3c17dfdc09469dfc222b384ac8c553a2
src/libraries/System.Data.Common/ref/System.Data.Common.cs
src/libraries/System.Data.Common/src/System/Data/Common/DbCommand.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/src/System/Data/Common/DbTransaction.cs