Contains a collection of TableMapping objects, and is implemented by the System.Data.Common.DataTableMappingCollection, which is used in common by .NET Framework data providers.
See Also: ITableMappingCollection Members
The System.Data.ITableMappingCollection interface allows an inheriting class to implement a TableMapping collection. For more information, see [<topic://cpconsettingupdatatabledatacolumnmappings>].
An application does not create an instance of the System.Data.ITableMappingCollection interface directly, but creates an instance of a class that inherits System.Data.ITableMappingCollection.
Classes that inherit System.Data.ITableMappingCollection must implement the inherited members, and typically define additional members to add provider-specific functionality. For example, the System.Data.ITableMappingCollection interface defines one implementation of the ITableMappingCollection.RemoveAt(string) method. In turn, the System.Data.Common.DataTableMappingCollection class inherits this method, and defines two additional overloads of System.Data.Common.DataTableMappingCollection.RemoveAt(int).