Click or drag to resize

EnsureTransaction Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a new EnsureTransaction object for a specified repository.

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

Parameters

repo
Type: Telogis.GeoBase.TransactionalTransactionalRepository
The transactional repository to which the transaction belongs.
See Also