Click or drag to resize

EnsureTransaction Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create an EnsureTransaction object for a specified transactional repository to ensure that method calls take place within a transaction. When you create an EnsureTransaction object, it starts a new transaction if there is not already a transaction in progress.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.TransactionalEnsureTransaction

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class EnsureTransaction : IDisposable

The EnsureTransaction type exposes the following members.

Constructors
  NameDescription
Public methodEnsureTransaction
Creates a new EnsureTransaction object for a specified repository.
Top
Methods
  NameDescription
Public methodDispose
Ends the current transaction if it was begun by this EnsureTransaction object.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also