Click or drag to resize

ConnectionSettings Properties

The ConnectionSettings type exposes the following members.

Properties
  NameDescription
Public propertyAutoCommit
Returns a boolean indicating auto-commit, or null if not set and default accepted.
Public propertyCatalog
Gets the name of the catalog to set on new database connections, or null for default.
Public propertyReadOnly
Returns a boolean indicating read-only, or null if not set and default accepted.
Public propertyTransactionIsolation
Returns the connection settings for transaction isolation level.
Top
See Also