EntityCollectionBaseTEntityTransaction 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [XmlIgnoreAttribute]
public virtual ITransaction Transaction { get; set; }
<XmlIgnoreAttribute>
Public Overridable Property Transaction As ITransaction
Get
Set
Property Value
Type:
ITransactionImplements
ITransactionalElementTransactionSee Also