TableDataSourceLoadDataFromDataTable(DataTable, CultureInfo) Method |
Replaces the content of the datasource
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void LoadDataFromDataTable(
DataTable table,
CultureInfo culture
)
Public Sub LoadDataFromDataTable (
table As DataTable,
culture As CultureInfo
)
Parameters
- table DataTable
- DataTable from which the data will be loaded
- culture CultureInfo
- Culture used to convert values
See Also