Version

DataMapping Class

Defines a mapping between database and internal property names.
Syntax
'Declaration
 
Public NotInheritable Class DataMapping 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of DataMappingPair)
Remarks
Datamappings allow specification of one-to-one and one-to-many property name mappings.

Typically, unrefererenced internal properties will not be assigned to and unreferenced external properties will be ignored. It is often valid to assign to arbitrary internal property ("custom") names, although this is not functionality implemented by the DataMapping class, which simply provides the mapping mechanism.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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