Click or drag to resize
CalculationWorks Logo
BcfDataSetLocked Property
Gets a value indicating whether this BcfDataSet is locked.

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

Property Value

Type: Boolean
true if locked; otherwise, false.
Remarks

true when the CurrentTransaction property is changing.

When true all data changes will fail.

See Also