Hello!
I am trying to convert a stored proc over to subsonic and the store proc contains something like this:
SELECT * FROM Person
WHERE (Firstname + ' ' + Surname) LIKE '%name%'
How do I do this in subsonic? Thanks for any help!
Bex
Hello!
I am trying to convert a stored proc over to subsonic and the store proc contains something like this:
SELECT * FROM Person
WHERE (Firstname + ' ' + Surname) LIKE '%name%'
How do I do this in subsonic? Thanks for any help!
Bex