Click or drag to resize
CalculationWorks Logo
BcfDataSetCurrentTransaction Property
Gets the current BcfTransaction.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfTransaction CurrentTransaction { get; }

Property Value

Type: BcfTransaction
The current transaction or null when no transaction is active
See Also