Gets the specified connection String

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetConnectionString(
	string name
)
Visual Basic
Public Shared Function GetConnectionString ( 
	name As String
) As String

Parameters

name
Type: System..::..String
Name of Connection String to return

Return Value

The connection String

Remarks