Linq .Startswith

Hi

I am experimenting with DA for Dotnet, have a test server and client project using generated Linq classes. I am having issues with Linq and unsupported features, are some linq features not supported and if so which ones?

-----------Example-------------
var q = from c in DataAdapter.GetTable() where c.Cust_AccountNo.StartsWith(“MID”) select c;

This results in a “Method StartsWith not supported” exception. When I do q.ToDABindingList()

Thanks in advance.

Hello.

It’s a weird situation as DA LINQ supports StartsWith method. Can you send us information about DataAbstract version you are using? Please try to reproduce the problem on the latest RemObjects DataAbstract release.

Thanks.

I am a current user of DA for Delphi and am evaluating DA for .NET, so I’m testing with the very latest download from your site - about a week ago.

Hope this helps.

Hello.

Unfortunately, I can’t reproduce the problem. What type of server you are using: Delphi or .NET? Also can you send us small testcase with the problem to investigate it in details?

Thanks in advance.