Condividi tramite


XmlMappingSource.FromReader(XmlReader) Metodo

Definizione

Crea un'origine 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.

Restituisce

Nuova origine mapping XML, sotto forma di tipo XmlMappingSource.

Si applica a