Click or drag to resize
EntityCollectionBaseTEntityParticipatesInTransaction Property
Flag to check if the ITransactionalElement implementing object is participating in a transaction or not.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[XmlIgnoreAttribute]
public virtual bool ParticipatesInTransaction { get; }

Property Value

Type: Boolean

Implements

ITransactionalElementParticipatesInTransaction
See Also