TransactionalRepository Properties |
The TransactionalRepository type exposes the following members.
Name | Description | |
---|---|---|
BoundingBoxData |
Implemented by derived classes to retrieve the RepositoryBoundingBoxData objects that describe the bounding boxes of the repository content.
(Inherited from Repository.) | |
BoundingBoxes |
Implemented by derived classes to retrieve the BoundingBox objects that contain the repository content.
(Inherited from Repository.) | |
CopyrightString |
Returns the copyright string associated with this TransactionalRepository.
(Overrides RepositoryCopyrightString.) | |
Countries |
Returns an array of the Countries inside this TransactionalRepository.
Always a zero-length array.
(Overrides RepositoryCountries.) | |
DatasetHashCode |
Gets the hash code for this Repository's dataset. The hash code may be used to identify the dataset.
(Inherited from LocalRepository.) | |
DatasetHashCodeString |
Provides a consistent string representation of DatasetHashCode.
(Inherited from Repository.) | |
FileName |
Gets or sets the file name to open. Typically ends with the 'gbtx' extension.
| |
HasGlobalData |
Returns whether this TransactionalRepository contains any global
data. Always false.
(Overrides RepositoryHasGlobalData.) | |
Indexes |
Gets the collection of indexes in this TransactionalRepository.
| |
InTransaction |
True if a transaction has begun and has not ended, false otherwise.
| |
IsDisposed |
Gets whether the repository has been Disposed.
(Inherited from Repository.) | |
Regions |
Returns an empty array.
(Overrides RepositoryRegions.) | |
Tables |
Gets the collection of tables in this transactional repository.
| |
VendorVersion |
Throws an exception because VendorVersion is not applicable to the transactional repository.
(Overrides RepositoryVendorVersion.) |