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
Assuming you are referring to LLBLGen Framework (LLBLGen Designer supports generating code for multiple O/RM Framerowks), this is how it would look like using QuerySpec:
Or very similar, using Linq2LLBL: