You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MySql.Data 8.0.29, MySqlAttribute implements the ICloneable interface. Since MySqlCommand and MySqlParameter already implement this interface, it would make sense for MySqlAttribute to also do so.