XmlMappingSource Class
Represents a mapping source that uses an external XML mapping file to create the model.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | FromReader(XmlReader^) | Creates a mapping source from an XML reader. |
![]() ![]() | FromStream(Stream^) | Creates a mapping source from XML in a stream. |
![]() ![]() | FromUrl(String^) | Creates a mapping source from XML that is loaded from a URL. |
![]() ![]() | FromXml(String^) | Creates a mapping source from an XML string. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetModel(Type^) | Returns the mapping model.(Inherited from MappingSource.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

