generate entity based on SQL

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
hepek
Posts: 126
Joined: Thu 07 Jul 2011 13:59

generate entity based on SQL

Post by hepek » Fri 18 Jul 2014 15:39

is it possible to generate entity class based on SQL.

for example I provide a valid SQL somewhere in Entity Developer interface and based on that SQL Entity Developer creates a class for me.

later on I can populate the entity by using datacontext.ExecuteQuery<MyEntity>(MySql)
currently, I have to do it manually, I feel like that is waste of time.

wouldn't that be nice? thanks.

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

Re: generate entity based on SQL

Post by Shalex » Thu 24 Jul 2014 14:58

Thank you for your suggestion. We will investigate the possibility of implementing this functionality and notify you about the result.

Post Reply