on 2023 Feb 14 3:47 AM
Using C# with Entity Framework 6 (not core), how do I get LINQ to query a full text search index?
For example if I was writing an SQL query I might write "select * from mytable where contains(mycolumn, 'dog');". How do I get LINQ to do that?
I'm hoping for something like query.Where(order => order.mycolumn ...?)
Request clarification before answering.
User | Count |
---|---|
63 | |
8 | |
7 | |
7 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.