DataConnectionType

DataConnectionType

Utility class containing constants. Allows to configure options for the connections to the database.

Values

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