SQLite Attach 命令和 Linq to SQL

发布于 2024-10-29 22:31:22 字数 217 浏览 0 评论 0原文

如果从文件打开 sqlite 数据库,您可以稍后附加另一个文件并为其命名,以防它包含与第一个数据库同名的表。

使用 DataContext.GetTable() 将从“原始”数据库返回 T 类型的表。有没有办法也获得另一张桌子? 如果“Source”是您附加的数据库,您会如何在 linq 中执行“INSERT INTO Person SELECT * FROM Source.Person”之类的操作?

If you open a sqlite-database from a file you can later attach another file an give it a name, in case it contains equally named tables as the first database.

Using DataContext.GetTable() will return the table of type T from the "original" database. Is there a way to get the other table as well?
How would you do something like "INSERT INTO Person SELECT * FROM Source.Person" in linq, if "Source" is the database you attached?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文