TableDataSourceAddDataFromDataReader Method (IDataReader) |
Add new content to the datasource
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public void AddDataFromDataReader(
IDataReader dataReader
)
Public Sub AddDataFromDataReader (
dataReader As IDataReader
)
Parameters
- dataReader
- Type: System.DataIDataReader
IDataReader from which the data will be loaded
See Also