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