TransactionalRepositoryGetRepositoriesForCountry Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A stub for the method that returns a list of sub-repositories that contain data about a specified country.
Namespace:
Telogis.GeoBase.Transactional
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override List<SimpleRepository> GetRepositoriesForCountry(
Country country
)
Public Overrides Function GetRepositoriesForCountry (
country As Country
) As List(Of SimpleRepository)
Parameters
- country
- Type: Telogis.GeoBaseCountry
The country for which data is desired.
Return Value
Type:
ListSimpleRepositoryAn empty list.
See Also