Class MySqlTypeLocator
Assemblies and types used for interacting with MySQL
Inheritance
System.Object
MySqlTypeLocator
Namespace: Steeltoe.Connector.MySql
Assembly: Steeltoe.Bootstrap.Autoconfig.dll
Syntax
public static class MySqlTypeLocator : object
Properties
| Edit this page View SourceAssemblies
Gets a list of supported MySQL assemblies
Declaration
public static string[] Assemblies { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ConnectionTypeNames
Gets a list of MySQL types that implement IDbConnection
Declaration
public static string[] ConnectionTypeNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
MySqlConnection
Gets MySqlConnection from a MySQL Library
Declaration
public static Type MySqlConnection { get; }
Property Value
Type | Description |
---|---|
Type |