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()
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.
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?