ADODataSource Constructor (IDataReader, String) | |
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
and the location is contained in a column with the format "lat,lon".
Namespace:
Telogis.GeoBase.DataSources
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public ADODataSource(
IDataReader reader,
string latlonCol
)
Public Sub New (
reader As IDataReader,
latlonCol As String
)
Parameters
- reader
- Type: System.DataIDataReader
A reader through which to access the data. - latlonCol
- Type: SystemString
The column containing the locations of features.
See Also