Reputation: 21128
Does the entity framework provides an API for .net (c#) to generate models from an existing database? I don't want to use EdmGen.exe
, because a direct integration would be nice.
Maybe even the code which is used by the EdmGen.exe
provides some information, because they also have to use some API functionality.
This is needed, because i want to compile the models dynamicaly with roslyn at runtime, which is currently working pretty well with some demo models.
Thank you.
Upvotes: 0
Views: 230