How can i write some code with LLBL GenPro like that:
var myString = "Blah,Blah,Blah,Blah";
DbContext.MyTableName.Where(a => myString.Contains(a.TableFiledName.ToString()))
It's lambda expression with entity but now i want to do the same thing in LLBL Genpro, how can i do it?
Please help thanks