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