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


Member name | Value | Description | |
---|---|---|---|
Native | 0 | Use TCP/IP sockets. | |
Client | 1 | Use client library. | |
Embedded | 2 | Use MySQL embedded server. |
