TableDataSourceAddDataFromDataReader(IDataReader, CultureInfo) Method |
Add new content to the datasource
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void AddDataFromDataReader(
IDataReader dataReader,
CultureInfo culture
)
Public Sub AddDataFromDataReader (
dataReader As IDataReader,
culture As CultureInfo
)
Parameters
- dataReader IDataReader
- IDataReader from which the data will be loaded
- culture CultureInfo
- The culture of the datasource
See Also