ConnectionStringParserToXML Method

Converts a connection string to XML.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.147 -- Release Build+d3f457d1afd6b6837224ebfb5072200d9cbf1b16
public static XElement ToXML(
	string connectionString
)

Parameters

connectionString  String
The connection string to be converted to XML.

Return Value

XElement
The XML root element converted from the connection string.

Exceptions

InvalidOperationExceptionThe connection string does not define exactly one root element.

See Also