Click or drag to resize

ADODataSource Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An ADODataSource can be used to retrieve data from a database, CSV file, or other ADO.NET data source.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.DataSourcesADODataSource

Namespace:  Telogis.GeoBase.DataSources
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class ADODataSource : IPointFeatureSource

The ADODataSource type exposes the following members.

Constructors
  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
Properties
  NameDescription
Public propertyGetTimeDelegate
A delegate used to provide the current time to GeoBase functions.
Public propertyRefreshRate
The amount of time for which items returned by EndQuery are valid for.
Top
Methods
  NameDescription
Public methodBeginQuery
Begins a query for all features from a data source.
Public methodEndQuery
Ends a query for all features from a data source.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also