Click or drag to resize

AccessCallContextDbTransaction Property

Contains the database transaction that the call is executed in. The transaction should never be committed or rolled back.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SqlTransaction DbTransaction { get; }

Property Value

Type: SqlTransaction
See Also