Creates a DbConnectionDefinitionList from a string of xml.
| C# | Visual Basic | Visual C++ |
public static DbConnectionDefinitionList FromXml( string xml )
Public Shared Function FromXml ( _ xml As String _ ) As DbConnectionDefinitionList
public: static DbConnectionDefinitionList^ FromXml( String^ xml )
- xml (String)
- The XML.
An instance of DbConnectionDefinitionList.