Click or drag to resize

TableDataSourceLoadDataFromDataReader(IDataReader, CultureInfo) Method

Replaces the content of the datasource

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

Parameters

dataReader  IDataReader
IDataReader from which the data will be loaded
culture  CultureInfo
The culture of the datasource
See Also