Click or drag to resize

CodeMethodInvokeContextDbTransaction Property

Contains the database transaction that the call is executed in.

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