GetConnectionString

Method GetConnectionString Method

Class :CA.Blocks.DataAccess.DI.AppDotConfigConnectionStringsResolver

Namespace :CA.Blocks.DataAccess.DI

Assembly : CA.Blocks.DataAccess.dll

Provides the mapping from the name in code to the name in the Connection string Stored in the app.config or web.config file

Abstract MethodGetConnectionString(System.String)

Provides the mapping from the name in code to the name in the Connection string Stored in the app.config or web.config file

Parameters
NameTypeDescription
connectionStringKeySystem.String
Returns

System.String

The Connection string to be used by the ADO.NET provider.