'Declaration Public Overloads Sub LoadTable( _ ByVal table As DataTable, _ ByVal columnMappings As IColumnMappingCollection _ ) |
public void LoadTable( DataTable table, IColumnMappingCollection columnMappings ) |
Parameters
- table
- The DataTable object to obtain data from.
- columnMappings
- Column mappings used to match table columns to data source table columns. If this argument is null, the DataTable columns names are used.