| EntityCoreTFieldsITransactionalElementTransaction Property  | 
 
            The ITransaction this ITransactionalElement implementing object is participating in. Only valid if
            ParticipatesInTransaction is true. If set to null, the ITransactionalElement is no longer participating in a transaction.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
ITransaction ITransactionalElement.Transaction { get; set; }<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Private Property Transaction As ITransaction
	Implements ITransactionalElement.Transaction
	Get
	Set
Property Value
Type: 
ITransactionImplements
ITransactionalElementTransaction
See Also