ADODataSource Constructor (ADORefreshDelegate, String, TimeSpan) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Constructor for an ADODataSource where the underlying data changes periodically
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(
ADORefreshDelegate newReader,
string latlonCol,
TimeSpan expiresAfter
)
Public Sub New (
newReader As ADORefreshDelegate,
latlonCol As String,
expiresAfter As TimeSpan
)
Parameters
- newReader
- Type: Telogis.GeoBase.DataSourcesADORefreshDelegate
A delegate that will return a reader with which to access the
data. - latlonCol
- Type: SystemString
The column containing the locations of features. - expiresAfter
- Type: SystemTimeSpan
How often to update the data.
See Also