ModelDifference.Version Property
Specifies the version of the current ModelDifference object.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
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.