Click or drag to resize

IGraphProcessingEnvironmentPersistenceProviderTransactionManager Property

Returns the transaction manager of the underlying database if it exists, or null if no persistent graph is used (or the persistence provider of the persistent graph does not supply a persistence provider transaction manager).

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0
Syntax
C#
IPersistenceProviderTransactionManager PersistenceProviderTransactionManager { get; }

Property Value

Type: IPersistenceProviderTransactionManager
See Also