Will a using block close a database connection? May 7, 2023 by Tarik Yes, it will; the implementation of DbConnection.Dispose() calls Close() (and so do its derived implementations).