gpt4 book ai didi

c# - Subsonic - Active Records 并没有占据我所有的 table

转载 作者:行者123 更新时间:2023-11-30 18:42:55 25 4
gpt4 key购买 nike

我有一个真正简单的数据库,有 8 个表:

  • 事件
  • 类(class)
  • 公司
  • 计算机
  • 客户
  • 服务
  • 用户
  • 供应商

但是每当我包含 Subsonic 的 TT 文件时,它似乎只为我的两个表创建类,Classes 和 Customers。

这是什么原因,我该如何解决?

SubSonic 的配置:

const string Namespace = "SimpleTimerDatabase.Data";
const string ConnectionStringName = "SimpleTimerDatabase.Properties.Settings.QTimerConnectionString";

//This is the name of your database and is used in naming
//the repository. By default we set it to the connection string name
const string DatabaseName = "QTimer";

还有我的连接字符串:

<connectionStrings>
<add name="SimpleTimerDatabase.Properties.Settings.QTimerConnectionString"
connectionString="Data Source=THESTUDIO\SQLEXPRESS;Initial Catalog=QTimer;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>

最佳答案

表格有差异吗? Classes 和 Customers 表是否配置了其他表没有的主键?

关于c# - Subsonic - Active Records 并没有占据我所有的 table ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5221701/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com