ConnectionStringParserToXML Method
Converts a connection string to XML.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.158 -- Release Build+5f58e7b3fefdf02dcaca7cf829f5efdc244df44f
Public Shared Function ToXML (
connectionString As String
) As XElement
Gemstone.Configuration.ConnectionStringParser.ToXML = function(connectionString);
- connectionString String
- The connection string to be converted to XML.
XElementThe XML root element converted from the connection string.