LinqConnect Documentation
Devart.Data.Linq.Mapping Namespace / XmlMappingSource Class
Members

In This Topic
    XmlMappingSource Class
    In This Topic
    Allows loading schema metadata from an external XML mapping file.
    Syntax
    'Declaration
     
    Public NotInheritable Class XmlMappingSource 
       Inherits MappingSource
    public sealed class XmlMappingSource : MappingSource 
    Remarks
    Use this class with our Devart.Data.Linq.DataContext implementation. See XML Mapping for more information.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also