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

Evaluate converging the EDM modelling #3

Open johncrim opened 9 years ago

johncrim commented 9 years ago

Currently I create my own model from the EntityFramework model, and the model classes provide similar data to the EDM/EntityDataModel classes used internally by web API OData. It might be possible to use the same IEdmModel - determine if this is viable or attractive.