gpt4 book ai didi

entity-framework-4 - 在动态 where 子句( Entity Framework )中指定一个以 unicode 命名的列

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

当我设置包含 unicode 列名称的 EntityDataSource 的 where 子句时,会发生此异常:

The simple identifier 'عنوان_قرارداد' must contain basic Latin characters only. To use UNICODE characters, use an escaped identifier. Near line 6, column 4.

这是我的代码的一部分:

GridDataSource.Where = "it.عنوان_قرارداد == \"something\"";

我尝试使用转义标识符,但出现了这个新异常:

The query syntax is not valid., line 6, column 4

这个问题有解决办法吗?

最佳答案

最后我找到了解决方案:

GridDataSource.Where = "it.[عنوان_قرارداد] == \"something\"";

关于entity-framework-4 - 在动态 where 子句( Entity Framework )中指定一个以 unicode 命名的列,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3795046/

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