DurnyklyYol/DurnyklyYol.Module/DatabaseUpdate
merdan 865c48fff2 Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
..
ReadMe.txt Add project files. 2024-09-02 15:07:25 +05:00
Updater.cs Added Notification And Cargo request 2024-09-26 11:06:05 +05:00

ReadMe.txt

Folder Description

The "DatabaseUpdate" project folder is intended for storing code that supplies
initial data (default User objects, etc) and handles a database update when the
application version changes.


Relevant Documentation

Supply Initial Data (XPO)
https://docs.devexpress.com/eXpressAppFramework/112788

ModuleUpdater Class
https://docs.devexpress.com/eXpressAppFramework/DevExpress.ExpressApp.Updating.ModuleUpdater

Application Update
https://docs.devexpress.com/eXpressAppFramework/113239

How to: Update the Database Structure after the Persistent Class or Property Was Renamed or Removed (XPO)
https://docs.devexpress.com/eXpressAppFramework/113254

Debugging, Unit and Functional Testing
https://docs.devexpress.com/eXpressAppFramework/112572