Click or drag to resize

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

Property Value

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