April 2003
Beginner to intermediate
620 pages
21h 48m
English
IColumnMapping
This interface represents a mapping between a column name in the data
source and a column name in the DataSet, which
may be different. This interface is implemented by the
System.Data.Common.DataColumnMapping class.
public interface IColumnMapping { // Public Instance Properties public string DataSetColumn{set; get; } public string SourceColumn{set; get; } }
System.Data.Common.DataColumnMapping
IColumnMappingCollection.{Add( ), GetByDataSetColumn( )}
Read now
Unlock full access