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

Supplies connection-level settings for a given database name.

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

Public Properties

  NameDescription
AutoCommit
Returns a boolean indicating auto-commit, or null if not set and default accepted.
Indicates whether to set any new connections for this database to auto-commit.

Catalog
Gets the name of the catalog to set on new database connections, or null for default.
Sets the name of the catalog on new database connections.

ReadOnly
Returns a boolean indicating read-only, or null if not set and default accepted.
Indicates whether to set any new connections for this database to read-only.

TransactionIsolation
Returns the connection settings for transaction isolation level.
Sets the transaction isolation level for new database connections, can be null to accept the default.