Page 1 of 1

generate entity based on SQL

Posted: Fri 18 Jul 2014 15:39
by hepek
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.

Re: generate entity based on SQL

Posted: Thu 24 Jul 2014 14:58
by Shalex
Thank you for your suggestion. We will investigate the possibility of implementing this functionality and notify you about the result.