[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Container for database configuration information, such as options around getting a database connection and options to control the lifecycle of connections and set connection parameters.

The following tables list the members exposed by the ConfigurationDBRef type.

Public Methods

  NameDescription
Equals (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
SetDatabaseProviderConnectionOverloaded.
SetExpiryTimeCache
Configures an expiry-time cache of the given maximum age in seconds and pruge interval in seconds.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
ConfigurationDBRefNew
Ctor.

Public Properties

  NameDescription
ConnectionAutoCommit
Gets or sets the auto-commit connection settings for new connections to this database.

ConnectionCatalog
Gets or sets the catalog name for new connections created for this database.

ConnectionFactoryDesc
Gets the descriptor controlling connection creation settings.

ConnectionLifecycle
Gets or sets the setting to control whether a new connection is obtained for each lookup, or connections are retained between lookups. Controls whether a new connection is obtained for each lookup, or connections are retained between lookups.

ConnectionReadOnly
Gets or sets the read-only flag on new connections created for this database.

ConnectionSettings
Returns the connection settings for this database.

ConnectionTransactionIsolation
Gets or sets the transaction isolation level on new connections created for this database.

DataCacheDesc
Gets a query result data cache descriptor.

LRUCache
Gets or sets the LRU cache to a given size for the database.