[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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
SetDatabaseProviderConnectionOverloaded.
SetExpiryTimeCache
Configures an expiry-time cache of the given maximum age in seconds and pruge interval in seconds.

ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(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.