gpt4 book ai didi

c# - 通过 ID 从 Entity Framework 中获取项目

转载 作者:行者123 更新时间:2023-12-04 16:18:17 25 4
gpt4 key购买 nike

简单的问题。我的 edmx 模型中有实体 Customer。我需要在 c# 中获得 Id = 20 的客户。我怎么做?

最佳答案

Entities.Customer.First(c => c.CustomerId == 20);

关于c# - 通过 ID 从 Entity Framework 中获取项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6672958/

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