英文: IQueryable vs IEnumerable - how many DB calls? 问题 IQueryable 和 IEnumerable 的工作原理我了解。但今天我在一个示例中重新...
Entity Framework Core有没有简单的方法来防止更新子实体或父实体?
英文: Does Entity Framework Core have a simple way of preventing the update of child or parent entitie...
Entity Framework 的 BulkSaveChanges 出现错误。
英文: Error on BulkSaveChanges with Entity Framework 问题 以下是您要翻译的内容: "I'm trying out Entity Framew...
将映射的对象分配给LINQ到实体中的表达式结果
英文: Assign Mapped Object to Expression Result in LINQ to Entities 问题 我有以下的子对象,我们使用一个表达式来将我们的 'entity...
如何在EF中获取与一组组合(键/值)匹配的记录?
英文: How to get records in EF that match a list of combinations (key/values)? 问题 以下是翻译好的部分: 我有一个包含每个用...
Ef Core 3 The entity type XOrder cannot be mapped to a table because it is derived from Order Only base entity types can be mapped to a table
英文: Ef Core 3 The entity type XOrder cannot be mapped to a table because it is derived from Order On...
使用一组Id来搜索Entity Framework表格
英文: Searching Entity Framework table with a list of Id's 问题 我有一个返回Entity Framework表的函数,但我只需要通过另一...
如何在OIDC中间件中访问DBContext
英文: .NET How to access the DBContext within OIDC Middleware 问题 我有以下的 Startup.cs 中的 #ConfigureService...
14