Click or drag to resize

TransactionalRepositoryEndTransaction Method

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

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