|
2 |
edited tags
|
||
|
1 |
|
||
How to do SQL Like % in Linq?Hello All, I have a procedure in SQL that I am trying to turn into Linq:
The line I am most concerned with is:
I have a column that stores the hierarchy like /1/3/12/ for example so I just use %/12/% to search for it. My question is, what is the Linq or .NET equivalent to using the percent sign? Much appreciated,-Matt
|
||||
