EntityCore<TFields>.ITransactionalElement.ParticipatesInTransaction Property |
Flag to check if the ITransactionalElement implementing object is participating in a transaction or not.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax [BrowsableAttribute(false)]
[XmlIgnoreAttribute]
bool ITransactionalElement.ParticipatesInTransaction { get; }
<BrowsableAttribute(false)>
<XmlIgnoreAttribute>
Private ReadOnly Property ParticipatesInTransaction As Boolean
Implements ITransactionalElement.ParticipatesInTransaction
Get
Property Value
Type:
BooleanImplements
ITransactionalElement.ParticipatesInTransactionSee Also