gpt4 book ai didi

c# - LINQ to Entities 不支持 Entity Framework 'ArrayIndex'

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

在我的 SQL Server 数据库表中,我有 binary 列类型。

我无法执行查询,为什么?

var data = (from x in model.MyTable
where x.BinaryColumn[0] == 1
select x).FirstOrDefault();

我收到 LINQ to Entities 不支持 LINQ 表达式节点类型“ArrayIndex” 错误

最佳答案

这些表达式被翻译成 SQL 查询,这是你不能做的事情之一。在这里查看更多详细信息:LINQ To Entities doesn't recognize array index

关于c# - LINQ to Entities 不支持 Entity Framework 'ArrayIndex',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30174199/

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