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