Exemplo n.º 1
0
        protected virtual void Dispose(bool disposing)
        {
            if (disposing)
            {
                Connection.Dispose();
#if !BASELINE
                MySqlHelper.ClearConnectionPools();
#endif
            }
        }
Exemplo n.º 2
0
        public void Dispose()
        {
#if !BASELINE
            MySqlHelper.ClearConnectionPools();
#endif
        }