Click or drag to resize
AbstractDataConnectionTransaction Property
Transaction object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public IDbTransaction Transaction { get; set; }

Property Value

Type: IDbTransaction

Implements

IDataConnectionTransaction
See Also