protected virtual void Dispose(bool disposing) { if (disposing) { Connection.Dispose(); #if !BASELINE MySqlHelper.ClearConnectionPools(); #endif } }
public void Dispose() { #if !BASELINE MySqlHelper.ClearConnectionPools(); #endif }