IColumnMapping

IColumnMapping

System.Data (system.data.dll) interface

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( )}



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net