Page 1 of 1

LIKE operator

Posted: Tue 13 Nov 2018 22:19
by -marcelo-
Please, could someone explain how exactly use the LIKE operator in a Linq query expression?
In some old posts, it appears as
Devart.Data.Linq.SqlMethods.Like()
But I was "spying" into latest Devart.Data.Linq.dll and all the methods from SqlMethods class fires exceptions.
So... how may I do it?
TIA

Re: LIKE operator

Posted: Fri 16 Nov 2018 17:56
by Shalex
Devart.Data.Linq.SqlMethods can be used only within LINQ query. Please try the use case described at viewtopic.php?t=24832.