英文: Mapping return types when calling Stored Procedures from Entity Framework 7 问题 我已经使用 EF 7 映射了基本表...
Parameterizing ThenInclude() in Entity Framework
英文: Parameterizing ThenInclude() in Entity Framework 问题 我已经创建了一种设置我的 EF 查询的方法,通过传递参数来使用 Include()。 p...
在选择语句中具有列表的实体。
英文: Entity with List in Select statement 问题 开始考虑以下可能不可行,由于逻辑中存在错误和缺乏支持证据,但想要确认。 我们使用 LINQ 构建实体 SQL 语...
如何在Linq EF Core中有条件地排序?
英文: How to Order Conditionally in Linq EF Core? 问题 如何有条件地编写 OrderBy? 正如您在 if 和 else 条件中都可以看到,linq 的整...
DBContext查询优化Entity Framework
英文: DBContext Query Optimization Entity Framework 问题 以下是翻译好的部分: 只是一个新手,我们正在启动一个新项目, 现在我的问题是,我们正在使用实体...
dbContext is Disposed in a Time Hosted Service
英文: dbContext is Disposed in a Time Hosted Service 问题 I understand you want a translation of the cod...
如何异步使用 DbContext
英文: How to use DbContext asynchronously 问题 我有一个非常耗时的操作,如果我能够异步调用DbContext,那么它可以分成许多较短的操作。 首先是一个数据服务:...
TryUpdateModelAsync拒绝空导航属性?
英文: TryUpdateModelAsync rejects null naviagation properties? 问题 TryUpdateModelAsync()似乎会拒绝我的模型对象,如果导...
EF Core继承:在多个关系中使用相同的外键列
英文: EF Core Inheritence: Using same FK column for multiple relations 问题 我目前正在开发一个票务系统,在这个系统中,应该可以将文档...
The instance of entity type cannot be tracked because another instance with this id = { "2"} of this type with the same key is already being tracked
英文: The instance of entity type cannot be tracked because another instance with this id = { "2&...
14