Click or drag to resize

TableDataSourceAddDataFromDataReader Method (IDataReader, CultureInfo)

Add new content to the datasource

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public void AddDataFromDataReader(
	IDataReader dataReader,
	CultureInfo culture
)

Parameters

dataReader
Type: System.DataIDataReader
IDataReader from which the data will be loaded
culture
Type: System.GlobalizationCultureInfo
The culture of the datasource
See Also