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