LinQ Query doesn't work...
Posted: Fri 19 Nov 2010 14:11
Hey
Using the lates dotConnect for mySQL Tools. - I tried the following LinQ Query:
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
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
Only arguments that can be evaluated on the client are supported for the String.StartsWith method.
Please help! - THX