TransactionalRepository Methods | ![]() |
The TransactionalRepository type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbortTransaction |
Aborts the existing transaction. If any changes have been made to the database they
are rolled back.
|
![]() | BeginTransaction |
Begins a new transaction. This is required before any operations can
be performed on the repository.
|
![]() ![]() | CreateTable |
Creates a new table in the TransactionalRepository.
|
![]() | Dispose |
Disposes of this LocalRepository. See remarks.
(Inherited from Repository.) |
![]() | EndTransaction |
Closes the existing transaction. If any changes have been made to the database
they are committed at this time.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetCountriesIn |
Not implemented. Will throw a InvalidOperationException.
(Overrides LocalRepositoryGetCountriesIn(BoundingBox).) |
![]() | GetDrivingSide |
Indicates which side of the road vehicles drive in the specified country.
(Overrides RepositoryGetDrivingSide(Country).) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetRepositoriesForCountry |
A stub for the method that returns a list of sub-repositories that contain data about a specified country.
(Overrides LocalRepositoryGetRepositoriesForCountry(Country).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasCountry |
Indicates whether this repository contains data for the given Country.
(Inherited from LocalRepository.) |
![]() | SetCopyrightString |
Sets the copyright string associated with this TransactionalRepository.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |