TableDataSourceAddDataFromDataTable Method (DataTable) |
Adds content to the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic void AddDataFromDataTable(
DataTable table
)
Public Sub AddDataFromDataTable (
table As DataTable
)
Parameters
- table
- Type: System.DataDataTable
DataTable from which the data will be loaded
See Also