 | BcfDataSetHasChanges Property |
[This is preliminary documentation and is subject to change.]
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.0.0-beta7
Syntaxpublic bool HasChanges { get; }Public ReadOnly Property HasChanges As Boolean
Get
Property Value
Type:
Booleantrue if data was updated; otherwise
false.
Remarks
See Also