GetConnectionFromWebConfig - Returns Connection Configuration in web.config file

Namespace: DotNetNuke.Services.Upgrade.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
ConnectionConfig GetConnectionFromWebConfig()
Visual Basic
Function GetConnectionFromWebConfig As ConnectionConfig

Return Value

ConnectionConfig object. Null if information is not present in the config file

See Also