gpt4 book ai didi

c# - 在没有存储过程的情况下从 SQL Server 表生成 C# 类

转载 作者:太空狗 更新时间:2023-10-29 22:10:20 26 4
gpt4 key购买 nike

<分区>

有什么方法可以在 SQL Server 中为表生成一个类,而无需使用 ADO.net Entity Framework 在项目中添加表?

enter image description here

public class Approval
{
public long Id { get; set; }
public long? FormId { get; set; }
public long? DesignationId { get; set; }
public DateTime? CreatedOn { get; set; }
}

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