TableDataSourceLoadDataFromDataTable Method (DataTable) |
Replaces the content of the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void LoadDataFromDataTable(
DataTable table
)
Public Sub LoadDataFromDataTable (
table As DataTable
)
Parameters
- table
- Type: System.DataDataTable
DataTable from which the data will be loaded
See Also