如何在 linq 和 EF 中制作简单的搜索功能
我想简单地在数据库中搜索某个字符串,如何使用 linq 和 EF 来完成此操作(如果使用这些工具不切实际,我愿意接受任何建议)。我只想获取一个字符串并搜索我的用户名,搜索应该能够仅处理用户名的一部分(使用某种“包含”函数)
I want to simply search a database for a certain string, how can i accomplish this using linq and EF (if using these tools for it are not practical I am open to any suggestions). I just want to take a string and search my usernames, the search should be able to handle things only parts of the username (using some sort of 'contains' function)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所要求的基础知识是..
您需要用实际的实体名称/值替换发布的示例代码。
The basics of what you are asking is..
You would need to substitute actual entity names/values for the example code posted.