 |
| BcfDataSetLocked Property |
Gets a value indicating whether this
BcfDataSet is locked.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool Locked { get; }Public ReadOnly Property Locked As Boolean
Get
Property Value
Type:
Booleantrue if locked; otherwise,
false.
Remarkstrue when the CurrentTransaction property is changing.
When true all data changes will fail.
See Also