Skip to main content
.NET 6.0+

ModelDifference.Version Property

Specifies the version of the current ModelDifference object.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v23.2.dll

Declaration

[Browsable(false)]
public virtual int Version { get; set; }
[Browsable(false)]
public int Version { get; set; }

Property Value

Type Description
Int32

An integer value which is the version number of the model differences object.

Remarks

The Version is incremented by the ModelDifferenceViewController when the model differences are updated by the application administrator (using Actions demonstrated in the Enable Administrative UI section of the How to: Store the Application Model Differences in the Database example). The version number is used by the ModelDifferenceDbStore class to avoid overriding the administrator’s changes by users who are logged on at the moment the administrator makes changes.

Implements

See Also