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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph