ITransactionEntitiesInTransaction Property  | 
 
            List of GUID's of the entities currently participating in this transaction. This collection is
            used to keep track of which entities already have been added during a recursive save.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
SyntaxList<Guid> EntitiesInTransaction { get; }ReadOnly Property EntitiesInTransaction As List(Of Guid)
	Get
Property Value
Type: 
ListGuid
See Also