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