Click or drag to resize

TransactionalRepositoryBeginTransaction Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Begins a new transaction. This is required before any operations can be performed on the repository.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void BeginTransaction()
Exceptions
ExceptionCondition
ReentrantTransactionExceptionThrown when BeginTransaction is called within an existing transaction.
See Also