英文: EF Linq. How to keep "Where in" sorting 问题 我有一个ID列表,我需要按照列表中的ID的确切顺序从数据库中检索实体。 这样的查询将返...
从 EF 3.1.6 更新到 EF 7.0.7
英文: Update from EF 3.1.6 to EF 7.0.7 问题 我最近将 Microsoft.EntityFrameworkCore 包从版本 3.1.6 升级到 7.0.7。 我注意...
CreateAsync 在 DbContent 上非常慢
英文: CreateAsync very slow on DbContent 问题 我正在使用.NET Core 3.1的EF 我有一个DbContext,保存3000个对象需要很长时间 这似乎越来越...
如何在不同实体上重用相同的where子句?
英文: How to reuse same where-clause on different entities? 问题 以下是您要求的代码部分的中文翻译: 在我的应用程序中,已登录的管理员用户可以根...
在Entity Framework Core 6中,如何更新一个宽表而不将所有列返回到内存中?
英文: In Entity Framework Core 6, how to update a wide table without returning all columns to memory? ...
改变从数据库返回的值的外观(DOT NET)
英文: Change Appearance of the values that returned form database (DOT NET) 问题 我想要改变从数据库返回的值的外观,就像我想要的...
Parameterizing ThenInclude() in Entity Framework
英文: Parameterizing ThenInclude() in Entity Framework 问题 我已经创建了一种设置我的 EF 查询的方法,通过传递参数来使用 Include()。 p...
EF Core迁移SQL Server – 如何获取数据库名称?
英文: EF Core migrations SQL Server - how to get database name? 问题 我有一个使用testcontainers来启动运行SQL Server...
EF Core:如何防止包含操作增加返回的行数?
英文: EF Core: How do I prevent includes from increasing the number of rows returned? 问题 我有一个ASP.NET B...
EF Core会随机更改列名,尽管模型没有更改。
英文: EF Core randomly renames a column, despite no changes to model 问题 在我的ASP.Net Core MVC应用程序中,我有一个简...
23