generate entity class based on SQL
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.
1
vote
nermin
shared this idea