|
ConnectionStringParserToConnectionString Method
|
Converts XML to a connection string.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
SyntaxPublic 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