XmlMappingSource.FromReader(XmlReader) Metodo

Definizione

Crea un'origine di mapping da un lettore XML.

public:
 static System::Data::Linq::Mapping::XmlMappingSource ^ FromReader(System::Xml::XmlReader ^ reader);
public static System.Data.Linq.Mapping.XmlMappingSource FromReader(System.Xml.XmlReader reader);
static member FromReader : System.Xml.XmlReader -> System.Data.Linq.Mapping.XmlMappingSource
Public Shared Function FromReader (reader As XmlReader) As XmlMappingSource

Parametri

reader
XmlReader

Lettore XML.

Valori restituiti

Nuova origine di mapping XML, come tipo XmlMappingSource.

Si applica a