[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DataBindingWizard.IConnectionStringsProvider.GetConnectionStrings

GetConnectionStrings Method

GetConnectionStrings()

Retrieves all connection string settings configured in the application.

Declaration
IReadOnlyCollection<ConnectionStringSettings> GetConnectionStrings()
Returns
Type Description
IReadOnlyCollection<ConnectionStringSettings>

A read-only collection of ConnectionStringSettings objects containing the configured connection strings.

Remarks

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.