MySqlDriverType Enumeration

MySQL Connector/Net

MySqlDriverType Enumeration
Specifies the connection types supported

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public enum MySqlDriverType
Public Enumeration MySqlDriverType
public enum class MySqlDriverType
type MySqlDriverType
Members
  Member nameValueDescription
Native0 Use TCP/IP sockets.
Client1 Use client library.
Embedded2 Use MySQL embedded server.
See Also