gpt4 book ai didi

c# - 看不到 FirstOrDefault

转载 作者:行者123 更新时间:2023-11-30 18:55:08 27 4
gpt4 key购买 nike

非常感谢大家的帮助!

在 GetProductByID 下,我收到一条错误消息“int does not contain a definition for FirstOrDefault”。

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using HomebaseSystemNew.Models;

namespace HomebaseSystemNew.Controllers
{
public class ProductRepository
{

public ProductsController GetProductID(int Pid)
{
Product db = new Product();

return db.Pid.FirstOrDefault(db => db.Pid == Pid);
}


}




}

最佳答案

您还需要添加using System.Linq 命名空间来访问这些方法。

关于c# - 看不到 FirstOrDefault,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7793844/

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