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
MySqlBulkCopy should just accept the DestinationTableName as-is, and not try to quote it. This lets the user supply a multi-part (e.g., dotted) identifier name, and quote each part separately.