使用 FilterDescriptor 进行国际编码(带重音符号的字符)
简单的问题...我有一项返回用户的服务,并且我实现了 FilterDescriptor 调用该服务来填充网格。
过滤描述符具有 Contains
运算符,只要用户的名字或姓氏没有重音符号,它就可以正常工作。 如果我想搜索“Gómez”是我的桌子,我希望能够只输入“gomez”,但它不起作用。
我是否缺少财产或其他东西?我怎样才能做到这一点?
Simple question... I have a service which returns the users and I implemented a FilterDescriptor which calls that service to populate a grid.
The filterdescriptor has the Contains
operator and it works fine as far as the user's first or last name does not have accents.
If I want to search for the 'Gómez' is my table, I want to be able to just type 'gomez', but that it's not working.
Is there a property or something I'm missing? How can I achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题帮助了我...
使用 LINQ to SQL 忽略 SQL Server 中的重音
This question helped me out...
Ignoring accents in SQL Server using LINQ to SQL