TableDataSourceLoadDataFromDataReader(IDataReader) Method |
Replaces the content of the datasource
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void LoadDataFromDataReader(
IDataReader dataReader
)
Public Sub LoadDataFromDataReader (
dataReader As IDataReader
)
Parameters
- dataReader IDataReader
- IDataReader from which the data will be loaded
See Also