Link Search Menu Expand Document

Classes (MySql)


Classes specific to the MySql.Data-based RepoDb.MySql package. These cover connection bootstrapping and configuration (MySqlBootstrap, MySqlGlobalConfiguration), schema discovery (MySqlDbHelper), SQL generation (MySqlStatementBuilder), provider settings (MySqlDbSetting), and type resolution between MySQL column types and .NET CLR types, in both directions (MySqlDbTypeNameToClientTypeResolver, MySqlDbTypeToMySqlStringNameResolver).

RepoDb.MySqlConnector ships its own, separately-compiled set of classes under similar names — they are not interchangeable. Use the ones from whichever package your project references.


Table of contents