Click or drag to resize
DataAccessAdapterCoreInSystemTransaction Property
Gets a value indicating whether a System.Transactions transaction is going on. If not, false is returned.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool InSystemTransaction { get; }

Property Value

Type: Boolean
true if [in system transaction]; otherwise, false.

Implements

IDataAccessAdapterInSystemTransaction
See Also