Relative Content

Tag Archive for entity-frameworkdynamic-data

How to create dynamic data model in Entity Framework?

I’m currently developing a JobList API that interfaces between a SQL stored procedure and Entity Framework. I’ve created only one data model, but I’m facing an issue: when I try to retrieve a single job, it results in an error because the data model for the whole job list doesn’t match the data model for a single job. However, I can’t create a separate data model for every situation.

how to create dynamic data model in EntityFrameWork?

I’m currently developing a JobList API that interfaces between a SQL stored procedure and EntityFramework. I’ve created only one data model, but I’m facing an issue: when I try to retrieve a single job, it results in an error because the data model for the whole job list doesn’t match the data model for a single job. However, I can’t create a separate data model for every situation.