XmlMappingSource.FromStream(Stream) Metod

Definition

Skapar en mappningskälla från XML i en dataström.

public:
 static System::Data::Linq::Mapping::XmlMappingSource ^ FromStream(System::IO::Stream ^ stream);
public static System.Data.Linq.Mapping.XmlMappingSource FromStream(System.IO.Stream stream);
static member FromStream : System.IO.Stream -> System.Data.Linq.Mapping.XmlMappingSource
Public Shared Function FromStream (stream As Stream) As XmlMappingSource

Parametrar

stream
Stream

En dataström med XML.

Returer

Den nya XML-mappningskällan, som typ XmlMappingSource.

Gäller för