Table of Contents

Class MySqlTypeLocator

Namespace
Steeltoe.Connector.MySql
Assembly
Steeltoe.Bootstrap.Autoconfig.dll

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

Type

Exceptions

ConnectorException

When type is not found