LIKE operator

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
-marcelo-
Posts: 26
Joined: Wed 28 Jun 2017 12:35

LIKE operator

Post by -marcelo- » Tue 13 Nov 2018 22:19

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: LIKE operator

Post by Shalex » Fri 16 Nov 2018 17:56

Devart.Data.Linq.SqlMethods can be used only within LINQ query. Please try the use case described at viewtopic.php?t=24832.

Post Reply