I am writing some .Net software accessing MySql and have been looking at the API information in the Version 5.5 version. When I look at Section 21.2.7 Connector/Net API reference, I see the MySql.Data.MySqlClient and MySql.Data.Types namespaces but not the MySql.Data namespace, which I understand should contain MySqlConnection. Am I looking at the wrong section of the manual?
↧