FromReader Method
Collapse the table of content
Expand the table of content

XmlMappingSource.FromReader Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates a mapping source from an XML reader.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public static XmlMappingSource FromReader(
	XmlReader reader
)

Parameters

reader
Type: System.Xml.XmlReader
An XML reader.

Return Value

Type: System.Data.Linq.Mapping.XmlMappingSource
The new XML mapping source, as type XmlMappingSource.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft