ConnectionStringParserToXML Method
Converts a connection string to XML.
Namespace: Gemstone.ConfigurationAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.138 -- Release Build+8ff390f7825bdae06374b48602e7b01afec64157
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.