DbDetails MembersCleanCode C# Libraries v1.2.03 API

The DbDetails type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetAllowsWindowsAuthentication
Indicates whether the selected database type allows authentication using current Windows credentials, e.g. SQL Server, or instead requires an explicit username and password.
Public methodStatic memberGetBaseDbType
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.
Public methodStatic memberGetDatabaseEnumeratorQuery(ConnectionStringManager DBTypes)
Gets a query to enumerate non-system databases for the current database type.
Public methodStatic memberGetDatabaseEnumeratorQuery(ConnectionStringManager DBTypes, Boolean)
Gets a query to enumerate databases (with or without system databases) for the current database type.
Public methodStatic memberGetDbConnection
Public methodStatic memberGetDbConnectionStringBuilder
Public methodStatic memberGetDbDataAdapter(ConnectionStringManager DBTypes, DbConnection, String)
Public methodStatic memberGetDbDataAdapter(ConnectionStringManager DBTypes, String, String)
Public methodStatic memberGetRequiresUpperCase
Indicates whether the selected database type requires upper case field names, e.g. Oracle.
Back to Top
Properties

  NameDescription
Public propertyStatic memberDbNames
Gets a collection of all supported database type names.
Back to Top
See Also