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