Click or drag to resize

TableDataSourceLoadDataFromDataTable Method (DataTable, CultureInfo)

Replaces the content of the datasource

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

Parameters

table
Type: System.DataDataTable
DataTable from which the data will be loaded
culture
Type: System.GlobalizationCultureInfo
Culture used to convert values
See Also