TableDataSourceAddDataFromDataTable Method (DataTable, CultureInfo) |
Adds content to the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void AddDataFromDataTable(
DataTable table,
CultureInfo culture
)
Public Sub AddDataFromDataTable (
table As DataTable,
culture As CultureInfo
)
Parameters
- table
- Type: System.DataDataTable
DataTable from which the data will be loaded - culture
- Type: System.GlobalizationCultureInfo
Culture used to convert values
See Also