One of the major benefits of the Entity Framework is that our entity model does not need to match our database model. With Table Splitting, it is possible to map multiple entities to the single database table.
source http://www.c-sharpcorner.com/article/table-splitting-in-entity-framework-2-0/
No comments:
Post a Comment