Enum MySqlOdbcConnectionType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the connection type used by a MySQL connection.
public enum MySqlOdbcConnectionType
Fields
NamedPipe = 2
The data source uses a named pipe connection.
Tcp = 1
The data source uses a TCP/IP conection.
Unknown = 0
The connection type is unknown.