Click or drag to resize

TransactionalRepositoryAbortTransaction Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Aborts the existing transaction. If any changes have been made to the database they are rolled back.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void AbortTransaction()
Exceptions
ExceptionCondition
OperationOutsideTransactionExceptionThrown when an operation is attempted outside a transaction.
See Also