Entity Developer 6.3 - QueryType issue

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
drazen
Posts: 2
Joined: Thu 28 Jun 2018 21:57

Entity Developer 6.3 - QueryType issue

Post by drazen » Fri 29 Jun 2018 02:28

Hi,

As soon I change entity class' property QueryType to True, entity class' title turns to red, and run custom tool is throwing an error ( I am using EFCore default template).


Any idea?

Thanks.

drazen
Posts: 2
Joined: Thu 28 Jun 2018 21:57

Re: Entity Developer 6.3 - QueryType issue

Post by drazen » Fri 29 Jun 2018 14:19

Now I realized that it works if I make it off of the database view, not a database table.

Is this a requirement?

Does that mean that if I want to have a complete Querying context I'd need to convert all of my tables into views first, and then map from them?

Please advise

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Entity Developer 6.3 - QueryType issue

Post by Shalex » Fri 29 Jun 2018 19:31


Post Reply