Link Search Menu Expand Document

Classes (MySqlConnector)


Classes specific to the MySqlConnector-based RepoDb.MySqlConnector package. These cover connection bootstrapping and configuration (MySqlConnectorBootstrap, MySqlConnectorConfiguration), schema discovery (MySqlConnectorDbHelper), SQL generation (MySqlConnectorStatementBuilder), provider settings (MySqlConnectorDbSetting), bulk-insert column mapping (MySqlConnectorBulkInsertMapItem), and type resolution between MySQL column types and .NET CLR types, in both directions (MySqlConnectorDbTypeNameToClientTypeResolver, MySqlConnectorDbTypeToMySqlStringNameResolver).

RepoDb.MySql ships its own, MySql.Data-based set of classes — they are not interchangeable. Use the ones from whichever package your project references.


Table of contents