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.181-beta
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