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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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