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