But this returns "xxxFREDa" in the list as well. I need to get only FREDa, FREDb, FREDc. One character on the end basically and starts with "FRED".
In Linq to SQL I'd use the SqlMethods.Like() helper function.
Is there something like that in Linq to LLBL?