XPO 模型与数据库Schema 的同步方法
XPO 模型与数据库Schema 的同步方法(XPO - Database Schema Migrations):
(Blog博文) XPO - Automate Database Schema Migrations using the ORM Data Model Designer or APIs
方法1、使用设计器(适合使用 Data Model Designer创建类与关系) :
https://supportcenter.devexpress.com/ticket/details/t879111/xpo-database-schema-migrations/
方法2、编写程序代码(适合手工创建 XPO 类): XPO - How to use the Database Schema Migrations API.