Click or drag to resize

TableDataSourceAddDataFromDataTable(DataTable, CultureInfo) Method

Adds content to the datasource

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void AddDataFromDataTable(
	DataTable table,
	CultureInfo culture
)

Parameters

table  DataTable
DataTable from which the data will be loaded
culture  CultureInfo
Culture used to convert values
See Also