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