No announcements
Found 2589890 threads
-
0 Votes
Entity Frame Work Delete entity optimistic error
Hi, The Entity Framework forum does exist, but there's a sticky at the top suggesting that posters use StackOverflow instead.Answered | 1 Replies | 1732 Views | Created by Aliprofessional - Tuesday, December 15, 2015 7:59 AM | Last reply by Mike Laughlin - Tuesday, December 15, 2015 1:51 PM -
0 Votes
Entity Frame work EDMX 6 MVC
dotnet-entity-framework - Microsoft Q&A Regards, Dave Patrick ....Answered | 1 Replies | 1104 Views | Created by SharikaRajeev - Sunday, December 20, 2020 6:03 PM | Last reply by Dave Patrick - Sunday, December 20, 2020 6:21 PM -
0 Votes
Entity Frame work use for child parent
You can try to following the steps here: http://msdn.microsoft.com/en-us/data/jj682076 If you want to write code yourself, you can use BindingSource to bind to a ...Answered | 1 Replies | 1118 Views | Created by Aliprofessional - Saturday, June 22, 2013 9:41 AM | Last reply by Chester Hong - Tuesday, June 25, 2013 8:41 PM -
3 Votes
deleted entity problem
thanks, it is kind of silly that it remains trashes behind it in config but It worked.Answered | 2 Replies | 7549 Views | Created by emil_tr - Monday, November 22, 2010 10:32 PM | Last reply by emil_tr - Tuesday, November 23, 2010 10:21 AM -
0 Votes
Entity Framework, Inheritance and Deleting
What I am finding is that if I delete a Child entity it tries to propogate down the inheritance tree and delete parent items as well.Answered | 2 Replies | 3552 Views | Created by rryerson - Tuesday, August 18, 2009 2:19 PM | Last reply by rryerson - Tuesday, August 18, 2009 6:42 PM -
0 Votes
Can set an Entity as not delete?
Unfortunately, it is not working. 2 things tested: Set the entity as readonly.Answered | 3 Replies | 1347 Views | Created by md4fun - Sunday, October 4, 2015 10:01 AM | Last reply by md4fun - Friday, October 9, 2015 1:30 AM -
0 Votes
How delete child entities?
I didn't realize cascading would be applied to the Entity Model only (and not the db).Answered | 4 Replies | 4902 Views | Created by ChrisBZ - Monday, June 20, 2011 8:04 PM | Last reply by ChrisBZ - Tuesday, June 21, 2011 12:49 PM -
0 Votes
Regarding the entity framework's update
You can have look at below ...Answered | 2 Replies | 3367 Views | Created by Tony2008 - Thursday, September 8, 2011 9:23 AM | Last reply by Alan_chen - Wednesday, September 14, 2011 6:35 AM -
1 Votes
Unable to delete entity in entity framework for mysql datasource
If you can profile/trace the MySQL database then you can inspect the delete query and get an idea why it is failing.Answered | 1 Replies | 1055 Views | Created by Sheen Ismhael A. Lim - Friday, December 13, 2013 10:08 AM | Last reply by Molku - Friday, December 13, 2013 2:27 PM -
0 Votes
Delete Entity with Complex Property
Stefano, Currently we only track whether a property of the entity is modified, so a complex type property in an existing entity is always going to be either completely ...Answered | 3 Replies | 5234 Views | Created by sm15455 - Friday, October 23, 2009 7:58 AM | Last reply by Diego B Vega [MSFT] - Monday, October 26, 2009 10:32 PM -
1 Votes
Instead of delete trigger and Entity Framework
Changed the trigger (although I was getting generic error in front-end) and then also added a check for 'CanBeDeleted'.Answered | 2 Replies | 1659 Views | Created by Naomi N - Saturday, July 21, 2018 12:28 AM | Last reply by Naomi N - Sunday, July 22, 2018 12:38 PM -
0 Votes
Bulk Upload - Delete All Entities
You cannot delete an already deleted entity.Answered | 6 Replies | 1212 Views | Created by gopi.dhulipalla - Monday, April 7, 2014 6:28 PM | Last reply by Itai N - SUP - Tuesday, April 8, 2014 3:36 PM -
2 Votes
Delete orphan entities automatically
Use case: Delete an Entity, and set foreign key (navigation properties) to null, so you will not get FK constraint errors on delete.Answered | 6 Replies | 7618 Views | Created by Estyfen Alzate - Monday, August 30, 2010 8:59 PM | Last reply by Rybolt - Tuesday, October 26, 2010 2:51 PM -
0 Votes
Adding a new method in entity Frame work
Do you want to add this method to each entity type?Answered | 1 Replies | 2985 Views | Created by priya2silverlight - Thursday, June 3, 2010 9:16 PM | Last reply by Julia Kornich - Thursday, June 3, 2010 9:30 PM -
1 Votes
Problems deleting queried table entities
When you later .Update, .Delete or .Insert an entity into that collection, the change state is stored and tracked.Answered | 4 Replies | 1408 Views | Created by Matias M Kiviniemi - Tuesday, April 15, 2014 12:11 PM | Last reply by Darin Rousseau - Thursday, April 17, 2014 4:53 PM -
0 Votes
visual studio crash problem and entity frame work
f=255&MSPPError=-2147217396 Since you uninstall all component line entity framework tools, I would suggest you go to Control Panel to repair ...Answered | 1 Replies | 670 Views | Created by I.Ekhtiari - Thursday, November 12, 2015 2:50 AM | Last reply by 宝宝徐 - Friday, November 13, 2015 8:14 AM -
0 Votes
Entity Framework: How to delete all rows in a table through entity framework?
" the detail error message: InnerException: Message="The changes to the database were committed successfully, ...Answered | 9 Replies | 44229 Views | Created by JJChen - Wednesday, January 13, 2010 4:56 PM | Last reply by Kasimier Buchcik - Sunday, October 3, 2010 3:43 AM -
0 Votes
Entity Framework Add To Collection Transaction
Hi bro, I think your issue is related with optimistic concurrency, we can use optimistic concurrency in EF, when this attribute is used, the Entity ...Answered | 1 Replies | 4594 Views | Created by CheeseburgerMatt - Monday, April 4, 2011 2:31 PM | Last reply by L.J Lincoln - Thursday, April 7, 2011 7:21 AM -
0 Votes
Entity Framework Context Management
Hi, To be honest, I don't know if what I proposed is available for the framework Entity framework 4.1 but it works for Entity Framework Code First.Answered | 1 Replies | 7396 Views | Created by Mike Dot Net - Monday, June 13, 2011 9:40 PM | Last reply by Alexandre Barault - Monday, June 13, 2011 10:16 PM -
1 Votes
MVC and Self Tracking Entities
You can implement optimistic concurrency control by storing any required original value in hidden fields.Answered | 2 Replies | 8911 Views | Created by Stephen J Ward - Tuesday, November 24, 2009 2:47 AM | Last reply by Stephen J Ward - Wednesday, November 25, 2009 12:11 AM - Items 1 to 20 of 2589890 Next ›
No announcements