System.Data.ITableMappingCollection

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

Syntax

public interface ITableMappingCollection : IList

Remarks

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).

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0