IDataAccessAdapterInSystemTransaction Property |
Gets a value indicating whether a System.Transactions transaction is going on. If not, false is returned.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax bool InSystemTransaction { get; }
ReadOnly Property InSystemTransaction As Boolean
Get
Property Value
Type:
Booleantrue if [in system transaction]; otherwise,
false.
See Also