DataTableMappingCollection Constructor ()
.NET Framework (current version)
Initializes a new instance of the DataTableMappingCollection class. This new instance is empty, that is, it does not yet contain any DataTableMapping objects.
Assembly: System.Data (in System.Data.dll)
The following example creates a DataTableMappingCollection, adds DataTableMapping objects to the collection, and displays a list of the mapped source tables.
.NET Framework
Available since 1.1
Available since 1.1
Show: