XmlMappingSource.FromXml(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a mapping source from an XML string.
public:
static System::Data::Linq::Mapping::XmlMappingSource ^ FromXml(System::String ^ xml);
public static System.Data.Linq.Mapping.XmlMappingSource FromXml (string xml);
static member FromXml : string -> System.Data.Linq.Mapping.XmlMappingSource
Public Shared Function FromXml (xml As String) As XmlMappingSource
Parameters
- xml
- String
A string that contains XML.
Returns
The new XML mapping source, as type XmlMappingSource.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.