The DbDetails type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetAllowsWindowsAuthentication |
Indicates whether the selected database type allows
authentication using current Windows credentials, e.g. SQL Server,
or instead requires an explicit username and password.
| |
GetBaseDbType |
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.
| |
GetDatabaseEnumeratorQuery(ConnectionStringManager DBTypes) |
Gets a query to enumerate non-system databases for the current database type.
| |
GetDatabaseEnumeratorQuery(ConnectionStringManager DBTypes, Boolean) |
Gets a query to enumerate databases (with or without system databases) for the current database type.
| |
GetDbConnection |
Gets a DbConnection for the specified database type,
determined by the ConnectionStringManager DBTypes enumeration.
| |
GetDbConnectionStringBuilder |
Gets a DbConnectionStringBuilder for the specified database type,
determined by the ConnectionStringManager DBTypes enumeration.
| |
GetDbDataAdapter(ConnectionStringManager DBTypes, DbConnection, String) |
Gets a DbDataAdapter for the specified database type,
determined by the ConnectionStringManager DBTypes enumeration.
| |
GetDbDataAdapter(ConnectionStringManager DBTypes, String, String) |
Gets a DbDataAdapter for the specified database type,
determined by the ConnectionStringManager DBTypes enumeration.
| |
GetRequiresUpperCase |
Indicates whether the selected database type requires upper case field names, e.g. Oracle.
|
See Also