Entity Framework and query capabilities

Posts   
 
    
vikramka
User
Posts: 42
Joined: 08-Sep-2004
# Posted on: 22-Jun-2017 21:22:24   

It's been a long time since I used Llblgen and I see that a lot has changed. Just had a question regarding the generated code. Can Queryspec be used to fetch or run queries on Entity Framework model?

If I am reading the documentation correctly, queryspec only supports adapter and self-servicing llblgen models and not the EF models. Is that correct?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39613
Joined: 17-Aug-2003
# Posted on: 23-Jun-2017 09:10:21   

That's correct. EF only uses its own query system which is Linq. (In EF6 you can also use EntitySQL but they've discontinued that in EF Core).

Frans Bouma | Lead developer LLBLGen Pro