Class MySqlTypeLocator
Assemblies and types used for interacting with MySQL
public static class MySqlTypeLocator
- Inheritance
-
MySqlTypeLocator
- Inherited Members
Properties
Assemblies
Gets a list of supported MySQL assemblies
public static string[] Assemblies { get; }
Property Value
- string[]
ConnectionTypeNames
Gets a list of MySQL types that implement IDbConnection
public static string[] ConnectionTypeNames { get; }
Property Value
- string[]
MySqlConnection
Gets MySqlConnection from a MySQL Library
public static Type MySqlConnection { get; }
Property Value
Exceptions
- ConnectorException
When type is not found