April 2003
Beginner to intermediate
620 pages
21h 48m
English
ITableMapping
This interface represents a mapping between a table in the data
source and a table in the DataSet, which may have
a different name. This interface is implemented by the
System.Data.Common.DataTableMapping class.
public interface ITableMapping { // Public Instance Properties public IColumnMappingCollection ColumnMappings{get; } public string DataSetTable{set; get; } public string SourceTable{set; get; } }
System.Data.Common.DataTableMapping
ITableMappingCollection.{Add( ), GetByDataSetTable( )}
Read now
Unlock full access