 | BcfDataSetHasChanges Property |
Gets a value indicating whether data was updated since last call of
AcceptChanges.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool HasChanges { get; }Public ReadOnly Property HasChanges As Boolean
Get
Property Value
Type:
Boolean if data was updated; otherwise
.
Remarks
See Also