c# - .Net api for generating entity framework models from database -


does entity framework provides api .net (c#) generate models existing database? don't want use edmgen.exe, because direct integration nice.

maybe code used edmgen.exe provides information, because have use api functionality.

this needed, because want compile models dynamicaly roslyn @ runtime, working pretty demo models.

thank you.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

android - Pass an Serializable object in AIDL -