LinQ Query doesn't work...

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

LinQ Query doesn't work...

Post by Zero-G. » Fri 19 Nov 2010 14:11

Hey

Using the lates dotConnect for mySQL Tools. - I tried the following LinQ Query:

Code: Select all

From Query In myDataContext.Glasinfos _
                                  From Ipro In myDataContext.Iproheads _
                                  Where Not Query.Firmakurz.Contains(Ipro.Manufacturer_Code) _
                                                                 Select Query.Firmakurz
This comes up with the following error:

Only arguments that can be evaluated on the client are supported for the String.StartsWith method.

Please help! - THX

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Fri 19 Nov 2010 16:21

Thank you for your report, we have reproduced the issue. We will analyze the situation and inform you about the results.

Post Reply