Click or drag to resize

ConnectionStringParserToConnectionString Method

Converts XML to a connection string.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntax
public static string ToConnectionString(
	XElement element
)
View Source

Parameters

element  XElement
The root element of the XML to be converted to a connection string.

Return Value

String
A connection string converted from XML.
See Also