[System.Data] move to corefx (#4893)
[mono-project.git] / mcs / class / System.Data / corefx / DbConnection.cs
blob4b5f1439c5dd0158a5f09687bbaa76a5d6d9377c
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 namespace System.Data.Common
7 partial class DbConnection
9 internal DbProviderFactory ProviderFactory => DbProviderFactory;