DataTableMappingCollection::ITableMappingCollection::Add Method (String^, String^)
.NET Framework (current version)
Adds a table mapping to the collection.
Assembly: System.Data (in System.Data.dll)
private: virtual ITableMapping^ Add( String^ sourceTableName, String^ dataSetTableName ) sealed = ITableMappingCollection::Add
Parameters
- sourceTableName
-
Type:
System::String^
The case-sensitive name of the source table.
- dataSetTableName
-
Type:
System::String^
The name of the DataSet table.
This member is an explicit interface member implementation. It can be used only when the DataTableMappingCollection instance is cast to an ITableMappingCollection interface.
For more information, see Add.
.NET Framework
Available since 1.1
Available since 1.1
Show: