Add feature detection properties to DbProviderFactory
authorShay Rojansky <roji@roji.org>
Thu, 30 May 2019 10:50:02 +0000 (12:50 +0200)
committerShay Rojansky <roji@roji.org>
Thu, 30 May 2019 12:09:08 +0000 (14:09 +0200)
commit1117bfc5b115cb2f6eda0df14c0483d27b621cd1
tree6407a552ee9f46b0d55e8554b9ce96b3728aed14
parent7345f08579ce261a8de0a5ebcef213971ca6714a
Add feature detection properties to DbProviderFactory

CanCreateDataAdapter, CanCreateCommandBuilder

Closes dotnet/corefx#35564

Commit migrated from https://github.com/dotnet/corefx/commit/60d65afa0160a0b27e8df6b8f450ead8ab7f4214
src/libraries/System.Data.Common/ref/System.Data.Common.cs
src/libraries/System.Data.Common/src/System/Data/Common/DbProviderFactory.cs
src/libraries/System.Data.Common/tests/System.Data.Common.Tests.csproj
src/libraries/System.Data.Common/tests/System/Data/Common/DbProviderFactoryTest.netcoreapp.cs [new file with mode: 0644]