Click or drag to resize

ADODataSource Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodADODataSource(IDataReader, String)
Constructor for an ADODataSource where the underlying data will not change and the location is contained in a column with the format "lat,lon".
Public methodADODataSource(IDataReader, LatLonDataDelegate)
Constructor for an ADODataSource where the underlying data will not change.
Public methodADODataSource(ADORefreshDelegate, String, TimeSpan)
Constructor for an ADODataSource where the underlying data changes periodically and the location is contained in a column with the format "lat,lon".
Public methodADODataSource(ADORefreshDelegate, LatLonDataDelegate, TimeSpan)
Constructor for an ADODataSource where the underlying data changes periodically.
Top
See Also