Click or drag to resize

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
Syntax
public bool HasChanges { get; }

Property Value

Type: Boolean
if data was updated; otherwise .
Remarks
Note Note
CurrentDataStateId-renewal can be disabled by setting ManageStateId = false.
See Also