|
ConnectionStringParserToConnectionString Method
|
Converts XML to a connection string.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax Public Shared Function ToConnectionString (
element As XElement
) As String
GSF.Configuration.ConnectionStringParser.ToConnectionString = function(element);
View SourceParameters
- element XElement
- The root element of the XML to be converted to a connection string.
Return Value
StringA connection string converted from XML.
See Also