aot打包的情况下,如何创建一批相同结构表名不同的表 返回

SqlSugar 处理完成
2 180
该叫什么 cps 发布于1个月前
悬赏:0 飞吻

我是用aot打包后,写的是无实体建表,出现错误System.PlatformNotSupportedException: Dynamic code generation is not supported on this platform. 看文档发现不能用Dynamic . 那么请问我怎么样能通过一个实体,创建一批结构一样表名不一样的表

热忱回答2

  • fate sta fate sta VIP0
    1个月前

    AOT肯定是不支持无实体建表

    0 回复
  • fate sta fate sta VIP0
    1个月前

    AOT只能用 库表管理里面的 方式建表,这种多库兼容需要自个处理

    0 回复