gpt4 book ai didi

linq - 在 linq 中使用 "from"属性

转载 作者:行者123 更新时间:2023-12-01 11:52:32 25 4
gpt4 key购买 nike

在我的类里面,我有一个名为“from”的属性,但我不能在我的 linq 语句中使用它?

是否有任何解决方案或我必须更改我的属性名称?

lst1 = (from p in db.adv where p.isShowInMainPage && p.isShowInHeader && (p.from <= DateTime.Now)  orderby p.id descending select p);

lst2= (from p in db.adv where p.isShowInMainPage && !p.isShowInHeader orderby p.id descending select p);

当我使用p.from 时出现编译错误:

Error   14  ; expected  

在 SQL 中我们可以使用 [] ([from]) 。 LINQ中有没有类似的东西

最佳答案

在 (@from) 开头应该在 C# 中工作,在 VB.NET 中你使用 [from]

关于linq - 在 linq 中使用 "from"属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10063833/

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