Click or drag to resize

TransactionalRepository Properties

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.

Properties
  NameDescription
Public propertyBoundingBoxData
Implemented by derived classes to retrieve the RepositoryBoundingBoxData objects that describe the bounding boxes of the repository content.
(Inherited from Repository.)
Public propertyBoundingBoxes
Implemented by derived classes to retrieve the BoundingBox objects that contain the repository content.
(Inherited from Repository.)
Public propertyCopyrightString
Returns the copyright string associated with this TransactionalRepository.
(Overrides RepositoryCopyrightString.)
Public propertyCountries
Returns an array of the Countries inside this TransactionalRepository. Always a zero-length array.
(Overrides RepositoryCountries.)
Public propertyDatasetHashCode
Gets the hash code for this Repository's dataset. The hash code may be used to identify the dataset.
(Inherited from LocalRepository.)
Public propertyDatasetHashCodeString
Provides a consistent string representation of DatasetHashCode.
(Inherited from Repository.)
Public propertyFileName
Gets or sets the file name to open. Typically ends with the 'gbtx' extension.
Public propertyHasGlobalData
Returns whether this TransactionalRepository contains any global data. Always false.
(Overrides RepositoryHasGlobalData.)
Public propertyIndexes
Gets the collection of indexes in this TransactionalRepository.
Public propertyInTransaction
True if a transaction has begun and has not ended, false otherwise.
Public propertyIsDisposed
Gets whether the repository has been Disposed.
(Inherited from Repository.)
Public propertyRegions
Returns an empty array.
(Overrides RepositoryRegions.)
Public propertyCode exampleTables
Gets the collection of tables in this transactional repository.
Public propertyVendorVersion
Throws an exception because VendorVersion is not applicable to the transactional repository.
(Overrides RepositoryVendorVersion.)
Top
See Also