The DbDetails type exposes the following members.
Back to Top
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   | |
| GetDbConnectionStringBuilder | 
            Gets a   | |
| GetDbDataAdapter(ConnectionStringManager DBTypes, DbConnection, String) | 
            Gets a   | |
| GetDbDataAdapter(ConnectionStringManager DBTypes, String, String) | 
            Gets a   | |
| GetRequiresUpperCase | 
            Indicates whether the selected database type requires upper case field names, e.g. Oracle.
              | 
Properties
| Name | Description | |
|---|---|---|
| DbNames | 
            Gets a collection of all supported database type names.
              | 
See Also