Hello,
does the LLBLGen Linq thingymajig include a way to query from views? I can't see my views appearing on LinqMetaData...
Hi Sam. typed views and typed lists aren't supported through LLBLGenPro Linq provider at this time, as they can't be used inside queries anyway (joins etc.).
Thanks Daelmo.
I can join onto a view in sql... so I'm not what u mean by that.
You can of course, Add New Entities Mapped on Views and use them at your LINQ2LLBL queries.
worldspawn wrote: Thanks Daelmo. I can join onto a view in sql... so I'm not what u mean by that.
worldspawn wrote:
He means that you can't use A typedview with joins