DataTableMapping Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the DataTableMapping class with a source when given a source table name and a DataTable name.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceTable
-
Type:
System::String^
The case-sensitive source table name from a data source.
- dataSetTable
-
Type:
System::String^
The table name from a DataSet to map to.
The following example creates a DataTableMapping object and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: