Click or drag to resize

IPersistenceInterfacesProviderPersistenceProviderTransactionManager Property

Returns an interface that allows to control the transactions of the persistence provider, or null if the persistence provider does not support transactions.

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