Click or drag to resize

TransactionalRepository Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The TransactionalRepository type exposes the following members.

Methods
  NameDescription
Public methodAbortTransaction
Aborts the existing transaction. If any changes have been made to the database they are rolled back.
Public methodBeginTransaction
Begins a new transaction. This is required before any operations can be performed on the repository.
Public methodCode exampleCreateTable
Creates a new table in the TransactionalRepository.
Public methodDispose
Disposes of this LocalRepository. See remarks.
(Inherited from Repository.)
Public methodEndTransaction
Closes the existing transaction. If any changes have been made to the database they are committed at this time.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCountriesIn
Not implemented. Will throw a InvalidOperationException.
(Overrides LocalRepositoryGetCountriesIn(BoundingBox).)
Public methodGetDrivingSide
Indicates which side of the road vehicles drive in the specified country.
(Overrides RepositoryGetDrivingSide(Country).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRepositoriesForCountry
A stub for the method that returns a list of sub-repositories that contain data about a specified country.
(Overrides LocalRepositoryGetRepositoriesForCountry(Country).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasCountry
Indicates whether this repository contains data for the given Country.
(Inherited from LocalRepository.)
Public methodSetCopyrightString
Sets the copyright string associated with this TransactionalRepository.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also