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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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