The ConnectionDetails type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
BaseDbType |
Gets the base database type.
If the defined type is ODBC,
the ODBC connection is probed to determine if the underlying
connection resolves to an actual database type,
enumerated by ConnectionStringManager DBTypes.
| |
ConnectionName |
Gets or sets the connection name.
| |
ConnectionString |
Gets or sets the connection string.
| |
DbType |
Gets or sets the database type.
| |
Description |
Gets or sets an optional description for the connection.
| |
DsnDriver |
Gets the DSN driver name (for ODBC connections).
| |
RememberPassword |
Gets or sets a value indicating whether to remember the password.
|
See Also