gpt4 book ai didi

entity-framework - 如何将属性映射与 EF Core DB First 一起使用

转载 作者:行者123 更新时间:2023-12-03 07:35:02 24 4
gpt4 key购买 nike

我已经使用 Scaffold-DbContext 从现有数据库生成了 DbContext。

它使用 Fluent 映射 API。是否可以搭建实体的脚手架,以便用映射属性对它们进行注释,例如:

[Table("People")]
public class Person
{
[Column("ID")]
public int Id {get; set;}
}

最佳答案

您可以使用Scaffold-DbContext命令-DataAnnotations开关:

Use attributes to configure the model (where possible). If omitted, only the fluent API is used.

有关详细信息,请参阅 Command Line Reference .

关于entity-framework - 如何将属性映射与 EF Core DB First 一起使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46400295/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com