entity-model Questions
9
Solved
I have two Entity Data models within a MVC3 project A and B.
I have recently added the new entity data model B to deal with some new functionality, the issue is that now the existing code has stop...
Amphithecium asked 23/1, 2012 at 16:26
4
Solved
While working in a project I saw a strange behaviour I cannot understand with the loading of navigation properties.
Here is a small example that reproduces this "problem".
I want to load a Year...
Olin asked 28/4, 2014 at 12:51
5
Solved
I have a db with 5 tables. At the beginning, I've added those tables in, but then decided to remove some due to some relationship compile error.
Now, when i want to add them back, i'm opening the ...
Leesa asked 3/2, 2010 at 3:35
2
Solved
I've made some changes in the table structure and especially the relationships between tables in my SQL Server database. Now I want to update my Entity model based on this new database structure.
...
Tompkins asked 6/4, 2010 at 12:28
1
Solved
I have this code:
public class Item {
@Column(name = "serialNo", length = 12)
public String getSerialNo() {
return this.serialNo;
}
public void setSerialNo(String serialNo) {
this.serialNo...
Urogenital asked 17/5, 2013 at 0:42
3
Solved
I want to update my ADO.NET Entities Framework Model from the database, but I cannot find the Entity Model Browser Window. There is an example of how to update my model here, but I cannot find how ...
Duomo asked 16/9, 2010 at 19:12
2
While creating the entity model I am getting the following error .
Added the connection string to Web.Config.
Successfully registered the assembly 'System.Data.Entity, Version=3.5.0.0, Culture=neu...
Norikonorina asked 4/2, 2010 at 12:20
1
© 2022 - 2024 — McMap. All rights reserved.