摘要:
在上一篇中,我们提到了 Migrations,这一篇稍微衍生一下。 1:Migrations 是什么 Orchard 提供了模块升级的功能,即,如果我们模块发布后,需要进行升级,我们可以通过编码来实现; 2:Migrations 的形式 public class Migrations : DataMigrationImpl{ public int Create() { return 1; } ... 阅读全文
posted @ 2014-07-09 18:08
陆敏技
阅读(1045)
评论(0)
推荐(0)

浙公网安备 33010602011771号