Name

IColumnMapping

Synopsis

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; } 

}

Implemented By

System.Data.Common.DataColumnMapping

Returned By

IColumnMappingCollection.{Add( ), GetByDataSetColumn( )}

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.