Microsoft.Data.ProviderBase.DbConnectionClosed
namespace Microsoft.Data.ProviderBase
{
internal abstract class DbConnectionClosed : DbConnectionInternal
{
protected DbConnectionClosed(ConnectionState state, bool hidePassword, bool allowSetConnectionString);
}
}