No announcements
Found 2800689 threads
-
4 Votes
Update Database From Model
Without an update feature preserving the data of the database the model-first approach isn't usable.Answered | 4 Replies | 5250 Views | Created by nicknickton - Saturday, June 19, 2010 5:17 PM | Last reply by KristoferA - Monday, December 6, 2010 9:47 AM -
0 Votes
Update Model From Database
I must say that having "Update Model from Database" work as you have designed it (only updating the SSDL section) makes it unusable.Answered | 5 Replies | 4637 Views | Created by RMD - Friday, May 7, 2010 5:13 PM | Last reply by KristoferA - Saturday, July 31, 2010 5:13 AM -
1 Votes
Update Model from Database
Changing from one VS Version to another while using EntityFramework is a bad idea.Answered | 3 Replies | 892 Views | Created by EricSch1 - Wednesday, October 28, 2015 12:00 PM | Last reply by MDeero - Tuesday, November 3, 2015 11:32 AM -
1 Votes
Update Model from Database not working
The issue is that deleted table columns aren't removed from the model with "update from database".Answered | 4 Replies | 22151 Views | Created by HTHP - Friday, July 8, 2016 11:23 PM | Last reply by CostasZ - Wednesday, June 12, 2019 2:38 PM -
2 Votes
How to incrementally update database from the model
What I do is "generate database from model", use the script to create a new database, then compare and use either the differential script, or more often ...Answered | 9 Replies | 5446 Views | Created by Bruce M Swan - Monday, August 8, 2011 2:23 PM | Last reply by Dave Kolb - Tuesday, May 27, 2014 8:14 PM -
1 Votes
Update Model from database does not update Nullable Property -- Possible bug?
It still has the same concept whereby "Update model from DB" does not seems to update NULL and default value.Answered | 20 Replies | 14269 Views | Created by giovhan - Monday, May 11, 2009 7:08 AM | Last reply by BhargavShah - Thursday, August 6, 2015 12:24 PM -
1 Votes
Update Model from Database ends in error
Hi, I'm trying to add a database table to an existing entity data model.Answered | 2 Replies | 7417 Views | Created by Aki Siponen - Sunday, August 29, 2010 8:01 PM | Last reply by Aki Siponen - Tuesday, August 31, 2010 6:47 PM -
0 Votes
Can't update Model with VS2010 if the database table changed
You should update model manuallyAnswered | 1 Replies | 4001 Views | Created by KentZhou - Thursday, February 4, 2010 9:08 PM | Last reply by Boyd_Rice - Thursday, February 4, 2010 9:19 PM -
2 Votes
Update Model From Database...
All I did was add some subset of tables from a database, then realized I forgot one, so I attempted to update the model by adding a new table.Answered | 10 Replies | 10441 Views | Created by Matt Neerincx [MSFT] - Thursday, August 8, 2013 9:54 PM | Last reply by imanzapata - Friday, January 29, 2016 10:23 AM -
3 Votes
Update the model from the view model
Simply create an instance of Model class in ViewModel and update the properties via ViewModelRegards, http://www.shwetalodha.blogspot.in/Answered | 5 Replies | 951 Views | Created by Jhon J - Wednesday, January 1, 2014 4:52 PM | Last reply by Magnus (MM8) - Thursday, January 2, 2014 8:58 AM -
2 Votes
Visual Studio 2017 .edmx - Update Model from Database painfully slow
We're up to 65 in the database with, I think, 63 in the model.Answered | 8 Replies | 10341 Views | Created by _xr280xr_ - Monday, October 23, 2017 9:25 PM | Last reply by Roger Willcocks - Monday, January 15, 2018 9:31 AM -
0 Votes
Restrict list of database tables in 'update model from database' wizard
If you want tables/views from a particular schema, you could click the check box shown in the list.Answered | 2 Replies | 3294 Views | Created by stijn ver eecke - Tuesday, August 24, 2010 12:08 PM | Last reply by gbrian - Thursday, June 23, 2011 7:00 AM -
1 Votes
Update model from database does not check for allow nulls?
“Update model from database” will only refresh the modifications in the SSDL (Storage Metadata Schema of the EDM.Answered | 3 Replies | 3188 Views | Created by rusticloud - Sunday, April 11, 2010 11:38 PM | Last reply by rusticloud - Tuesday, April 20, 2010 3:46 PM -
0 Votes
Update Model From Database deleted all of my Models under the .tt File
I add a database named "TestUpdateMedelFromDabase", then I right click edmx file and clilck 'Update Model From Database' to add the newly created ...Answered | 2 Replies | 2924 Views | Created by BvilleKid - Monday, April 4, 2016 1:54 PM | Last reply by DA924x - Saturday, April 9, 2016 7:34 AM -
0 Votes
Out of Memory Exception while Updating Model from Database
But I do recommend you separate the large model if it is possible.Answered | 2 Replies | 3158 Views | Created by Lawrence Parker - Tuesday, September 28, 2010 2:38 PM | Last reply by Michael Sun [MSFT] - Friday, October 1, 2010 1:57 AM -
0 Votes
Cannot generate model from database
Mike Kaufman's response in this article did help: http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/thread/b91103f4-e802-494c-a0d8-4eab6a9580e1 I ...Answered | 2 Replies | 3347 Views | Created by Sandro997 - Sunday, March 1, 2009 9:06 PM | Last reply by brownap - Thursday, March 25, 2010 2:14 AM -
0 Votes
Entity Data Model update model from database - BindingSource loses its datasources
MSDNEntities msdn=new MSDNEntities(); var query = from c in msdn.Tables select c; var users = ...Answered | 2 Replies | 593 Views | Created by AaronBrock - Tuesday, September 20, 2016 7:10 PM | Last reply by Edward8520 - Thursday, September 22, 2016 7:39 AM -
0 Votes
Update UML Model from diagram
Deleting the box just deletes from the diagram.Answered | 1 Replies | 6473 Views | Created by kevin.mote - Thursday, February 16, 2012 11:02 PM | Last reply by Alan Cameron Wills - MSFT - Thursday, February 23, 2012 12:07 AM -
0 Votes
Alternative to update database instead of “Generate Database from Model” (Visual Studio 2010)
Yet another alternative is my 'Model Comparer' for EFv4.Answered | 4 Replies | 7664 Views | Created by TlgTlg - Thursday, June 17, 2010 7:55 AM | Last reply by KristoferA - Wednesday, October 13, 2010 11:00 AM -
0 Votes
Visual Studio Freezes when doing Update Model From Database (Entity Framework) against Azure SQL Server Database
Create a database table using SQL Management Studio, connect to SQL Azure.Answered | 2 Replies | 4879 Views | Created by Guttorm AH - Wednesday, March 23, 2016 1:51 PM | Last reply by chanmm - Sunday, March 27, 2016 11:02 AM - Items 1 to 20 of 2800689 Next ›
No announcements