实体框架和区分大小写的字符串搜索

发布于 2024-12-25 13:54:13 字数 348 浏览 0 评论 0原文

可能的重复:
linq 到实体区分大小写的比较

请参见下图,您可以帮助了解为什么会出现这种情况吗?用户记录。如果我没有记错的话,实体框架区分大小写,我正在用小写字母传递值,但它仍在获取记录。 为什么要获取记录? :(

在此处输入图像描述

Possible Duplicate:
linq to entities case sensitive comparison

See image below can you help why it is getting user record. If I am not wrong entity framework is case sensative I am passing value with small letter but it is still fetching record.
Why it is fetching record? :(

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

獨角戲 2025-01-01 13:54:13

Is it possible that the database that you are querying is using a case-insensitive coallation? In that case, SQL Server itself, not EF, would be ignoring case.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文