Click or drag to resize

AccessCallContextDbConnection Property

Contains the database connection 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 SqlConnection DbConnection { get; }

Property Value

Type: SqlConnection
See Also