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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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