DataConnectionType enumeration

DataConnectionType enumeration

Allows to configure options for the connections to the database.

The DataConnectionType type exposes the following members:

Fields

FieldDescription
SQLUsage System.Data.SqlClient.SqlConnection.
QLEDBUsage System.Data.OleDb.OleDbConnection.
ODBCUsage System.Data.Odbc.OdbcConnection.
UNKNOWNUnknown type of connection.

See Also