Click or drag to resize

ADODataSource Constructor (IDataReader, LatLonDataDelegate)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructor for an ADODataSource where the underlying data will not change.

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ADODataSource(
	IDataReader reader,
	LatLonDataDelegate latlonParser
)

Parameters

reader
Type: System.DataIDataReader
A reader through which to access the data.
latlonParser
Type: Telogis.GeoBase.DataSourcesLatLonDataDelegate
A delegate that will be called to get the location of each feature.
See Also