DataTableMappingCollection Constructor ()

 

Initializes a new instance of the DataTableMappingCollection class. This new instance is empty, that is, it does not yet contain any DataTableMapping objects.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
DataTableMappingCollection()

The following example creates a DataTableMappingCollection, adds DataTableMapping objects to the collection, and displays a list of the mapped source tables.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: