WithRepository Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Remembers Repository.CurrentThreadRepository and then sets it to the given repository.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public WithRepository(
Repository repo
)
Public Sub New (
repo As Repository
)
Parameters
- repo
- Type: Telogis.GeoBase.RepositoriesRepository
The repository to assign to
Repository.CurrentThreadRepository.
See Also