Click or drag to resize

TransactionalRepositoryGetRepositoriesForCountry Method

Verizon Connect Logo
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
)

Parameters

country
Type: Telogis.GeoBaseCountry
The country for which data is desired.

Return Value

Type: ListSimpleRepository
An empty list.
See Also