entityrepository / ODataServer

Enhances Web API OData functionality, featuring generic OData controllers that can be generated from a domain model, including any Entity Framework DbContext.
15 stars 4 forks source link

Support adding non-EF backed entity to EF-backed model #14

Open johncrim opened 9 years ago

johncrim commented 9 years ago

For example, Scrum.Project could have a summary object which contains the count of issues, and issue count of different severity/status combinations. It's derived from the database in the controller, but is not a read-write to the database.