Top "Entity-model" questions

The Entity data model (EDM) specifies the conceptual model (CSDL) of the data, using a modelling technique that is itself called Entity Data Model, an extended version of the Entity-Relationship model

Can't find ADO.NET Entity Model Browser Window in vs2010

I want to update my ADO.NET Entities Framework Model from the database, but I cannot find the Entity Model …

entity-framework visual-studio-2010 ado.net entity-model
Tables don't show when re-adding them to entity-model (edmx)

I have a db with 5 tables. At the beginning, I've added those tables in, but then decided to remove some …

entity-framework edmx entity-model
Could not find the conceptual model type

I have two Entity Data models within a MVC3 project A and B. I have recently added the new entity …

asp.net-mvc-3 entity-framework entity-model
How to update correctly an Entity Model after changes of database structure?

I've made some changes in the table structure and especially the relationships between tables in my SQL Server database. Now …

entity-framework entity-model
Does the length field on the javax.persistence @Column define max?

I have this code: public class Item { @Column(name = "serialNo", length = 12) public String getSerialNo() { return this.serialNo; } public void setSerialNo(…

java hibernate jpa annotations entity-model
Is there a better way to refresh Entity Models (*.edmx files)

I need to refresh a bunch of EDMX files in my solution. We have disected our tables into groups and …

visual-studio entity-framework project-management entity-model