Click or drag to resize

DataObjectSaveOptionsForceSaveOfUnchangedVersion Property

Unless set to true, the save method will only create a new data version if at least on of the property values differ from the previous version.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool ForceSaveOfUnchangedVersion { get; set; }

Property Value

Type: Boolean
See Also