asp.net.ph

DataColumnMapping Constructor

System.Data.Common Namespace   DataColumnMapping Class


Initializes a new instance of a DataColumnMapping class.

Overload List

1. Initializes a new instance of a DataColumnMapping class.

2. Initializes a new instance of a DataColumnMapping class with the specified source column name and DataSet column name to map to.


Example

The following example shows how to initialize a DataColumnMapping object.

NOTE: This example uses one of the overloaded versions of the DataColumnMapping constructor. For other examples that may be available, see the individual overload topics.

void CreateDataColumnMapping ( ) {
   DataColumnMapping myMap = new DataColumnMapping ( "Description", "DataDescription" );
}
  C# VB

See Also

DataColumnMapping Members Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note