C
C#3w ago
dan

SQL Server Table Import Issue

Hello all! I am having a weird issue. I am making a simple web form app that is connected to a SQL server database. On the CarRentalDatabase.edmx file I right click and click "Update Model from Database" and that imported all the tables that I needed. For some reason, the "User" table is not showing up in the CarRentalEntities class which is an auto generated file. The other two tables CarRentalRecords and CarTypes did show up in the CarRentalEntities class. Because of this, I cannot call "Users" on carRentalEntities. I have tried deleting the table and re updating the model, but to no avail. Any help would really be appreciated!
No description
No description
1 Reply
mtreit
mtreit3w ago
You might ask in #database Link to this question in there.

Did you find this page helpful?