英文: Entity Framework : entityTypeConfiguration set prop value only on update 问题 I would expect that ...
EF Core中在日期列的类型不匹配时比较错误的日期时间。
英文: Wrong DateTime comparing in EF Core when column type date 问题 我有实体类: ```csharp public class Test ...
‘List‘ 不包含对 ‘GetAwaiter’ 的定义。
英文: List<order>' does not contain a definition for 'GetAwaiter' 问题 我实际上面临一个奇怪的问题。我...
如何在C#中使用Entity Framework来操作通用图片模型的关系数据库?
英文: How to use general picture model relational database in C# with Entity Framework? 问题 我想使用一个通用的“P...
如何在同一事务中添加多个带有自动生成的ID的实体?
英文: How to add multiple entities in same transaction with auto generated id? 问题 我在一个循环中有这段代码: theTag...
CosmosDb Entity Framework Core 提供程序日志记录
英文: CosmosDb Entity Framework Core provider logging 问题 我正在尝试为CosmosDb Entity Framework Core提供程序获取日志记...
IQueryable vs IEnumerable – how many DB calls?
英文: IQueryable vs IEnumerable - how many DB calls? 问题 IQueryable 和 IEnumerable 的工作原理我了解。但今天我在一个示例中重新...
Dotnet Core 3.1 版本的 RelationalMetadataExtensions.Relations()
英文: Dotnet core 3.1 version of RelationalMetadataExtensions.Relations() 问题 我们正在使用 <b>Relationa...
Entity Framework Core有没有简单的方法来防止更新子实体或父实体?
英文: Does Entity Framework Core have a simple way of preventing the update of child or parent entitie...
如何让MySql和EF Core将tinyint或bit映射到布尔值?
英文: How to make MySql and EF Core to map tinyint or bit to boolean? 问题 我有一个.NET Core项目,在其中我使用EF Core...
23