ADODataSource Constructor |
Name | Description | |
---|---|---|
ADODataSource(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".
| |
ADODataSource(IDataReader, LatLonDataDelegate) |
Constructor for an ADODataSource where the underlying data will not change.
| |
ADODataSource(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".
| |
ADODataSource(ADORefreshDelegate, LatLonDataDelegate, TimeSpan) |
Constructor for an ADODataSource where the underlying data changes periodically.
|