[]
Retrieves all connection string settings configured in the application.
IReadOnlyCollection<ConnectionStringSettings> GetConnectionStrings()
| Type | Description |
|---|---|
| IReadOnlyCollection<ConnectionStringSettings> | A read-only collection of ConnectionStringSettings objects containing the configured connection strings. |
This method returns connection strings that have been configured in the application's configuration file or other configuration sources. These connection strings can be used for database connections and other data source configurations.