DataConnectionType

DataConnectionType enumeration

Allows to configure options for the connections to the database.

public enum DataConnectionType

Values

NameValueDescription
SQL0Usage System.Data.SqlClient.SqlConnection.
QLEDB1Usage System.Data.OleDb.OleDbConnection.
ODBC2Usage System.Data.Odbc.OdbcConnection.
Unknown3Unknown type of connection.

See Also