Name

ITableMappingCollection

Synopsis

Contains a collection of ITableMapping instances. This interface is implemented by the System.Data.Common.DataTableMappingCollection class.

public interface ITableMappingCollection : IList, ICollection, IEnumerable {

// Public Instance Properties

   public object this[string 

                  index

                  ]{set; get; } 

// Public Instance Methods

   public ITableMapping Add(string sourceTableName, string dataSetTableName);

  public bool Contains(string sourceTableName);  

   public ITableMapping GetByDataSetTable(string dataSetTableName);

   public int IndexOf(string sourceTableName);  

   public void RemoveAt(string sourceTableName);  

}

Implemented By

System.Data.Common.DataTableMappingCollection

Returned By

IDataAdapter.TableMappings

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.