No announcements
Found 2605031 threads
-
0 Votes
Entity Framework Insert or update data if exist
to add data if it does not exist in db else update data.i got a code but could not understand how to call it. so need a small example which tell me how could i use ...Answered | 1 Replies | 26210 Views | Created by Sudip_inn - Monday, October 9, 2017 7:43 PM | Last reply by Bob Ding - Tuesday, October 10, 2017 10:58 AM -
0 Votes
Need advice on a way to do this w/ria/entity and Datagrid
of the grid TaskName Hours Task1 0 (no corresponding Hours row will ... -
0 Votes
If exist update, else insert
Can I use IF EXIST like following? IF EXIST(SELECT * FROM.....) ...Proposed | 5 Replies | 276 Views | Created by Jeff0803 - Friday, May 18, 2018 11:10 PM | Last reply by Daniel Pineault (MVP) - Wednesday, May 30, 2018 2:44 PM -
3 Votes
Insert or Update Entity
Thanks Brent. I understand that, so back to my original question, what I'd like to have on the server is an operation with Update OR Insert semantics, which would ...Answered | 5 Replies | 8189 Views | Created by vbori - Wednesday, August 18, 2010 3:33 PM | Last reply by Neil Mackenzie - Thursday, August 19, 2010 4:21 PM -
0 Votes
Entity Framework Data Insert Question
to use a series of JOINs and other SQL statements. Is there any easier way for me to insert data using the Entity ...Unanswered | 2 Replies | 7887 Views | Created by oufan222 - Thursday, January 13, 2011 7:02 PM | Last reply by Paul Zhou - Wednesday, January 19, 2011 5:26 AM -
2 Votes
Entity Framework Data Insert Question
How to insert a row using Entity Framework? I hope it can help you. If you have any questionsAnswered | 8 Replies | 4336 Views | Created by oufan222 - Friday, January 14, 2011 4:16 AM | Last reply by oufan222 - Monday, January 31, 2011 2:04 PM -
0 Votes
A gui for Many to Many relationships
/uncheck options and save to the DB. The options exist in the database. The mapping between projects and outputs exists in the entity data model. ... -
0 Votes
Cannot insert or update entity
Good day! In our project we are using .NET RIA Services and Linq2Sql. To insert/update entity we've implemented some custom logic. On server ...Discussion | 3 Replies | 3463 Views | Created by feugenix - Friday, July 17, 2009 2:41 PM | Last reply by Navin Kumar K Subramanian - Tuesday, July 28, 2009 12:50 AM -
0 Votes
Batch insert/update using Entity framework
We have a requirement to insert a record into parent table and multiple records into details table.How this can be achieved using entity framework.Can somebody help with an ...Unanswered | 1 Replies | 8254 Views | Created by pramodh - Tuesday, January 27, 2009 3:20 PM | Last reply by Jiri {x2} Cincura - Tuesday, January 27, 2009 8:33 PM -
0 Votes
Entity Framework update issue
context.savechanges() i get this error which say 0 related entity found 1 expected...and this is on the parent object. Since i am not adding new object to Entity collection ...Unanswered | 1 Replies | 4526 Views | Created by Anshul Pandey - Thursday, July 30, 2009 2:47 PM | Last reply by Phani Raju MSFT - Monday, August 3, 2009 6:45 AM -
2 Votes
INSERT OR UPDATE WITH NOT EXIST
what about before inserting the data if you put udpate statement like this in first query update tblAIMPermissiothnLookUp ...Answered | 3 Replies | 3551 Views | Created by Claudio Pallone - Monday, September 21, 2009 12:51 PM | Last reply by Claudio Pallone - Monday, September 21, 2009 2:32 PM -
0 Votes
Update Entity Framework
I use Entity Framework 4.0/4.5. Today I just created a new table and add a new column in another table. To make my code working, should I update the dll? How? No , ...Answered | 2 Replies | 1363 Views | Created by ardmore - Friday, November 9, 2012 12:36 AM | Last reply by Shyam Kr - Wednesday, November 14, 2012 12:57 PM -
0 Votes
insert or update data records
Use a lookup to check if the customer exists. Use error output from the lookup to insert new customers, OLE-DB Destination. Use the normal output from the lookup to feed an OLE-DB ...Unanswered | 1 Replies | 5965 Views | Created by arn0 - Thursday, March 30, 2006 2:36 PM | Last reply by Darren Green SQLIS - Thursday, March 30, 2006 2:54 PM -
0 Votes
Will Entity Framework auto update if I change table schema?
Hi All, I'm new to Entity Framework. May I know will Entity Framework auto update if I change table schema (for eg: Add new ...Answered | 1 Replies | 4690 Views | Created by sanme98 - Monday, April 25, 2011 5:35 AM | Last reply by KristoferA - Monday, April 25, 2011 6:05 AM -
0 Votes
Update data service and entity framework problem?
I add one more field to the database field , in this situation how should I update the entity framework and data service so I can use the added field ...Answered | 1 Replies | 7100 Views | Created by Jake Wardley - Thursday, August 27, 2009 6:40 PM | Last reply by Dave Russell - Friday, August 28, 2009 8:19 AM -
0 Votes
Bulk Insert in entity framework
I guess you cannot use this extension together with Glimpse. But, as already mentioned, this is more of a Glimpse and/or EfBulkInsert issue rather than an Entity ...Unanswered | 1 Replies | 2246 Views | Created by Kumar Jalli - Tuesday, September 15, 2015 2:50 PM | Last reply by Magnus (MM8) - Tuesday, September 15, 2015 3:05 PM -
1 Votes
Entity Framework update collection
http://social.technet.microsoft.com/wiki/contents/articles/28209.wpf-entity-framework-mvvm-walk-through-1.aspx There is aAnswered | 1 Replies | 924 Views | Created by Jecus - Thursday, November 27, 2014 11:15 AM | Last reply by Andy ONeill - Thursday, November 27, 2014 12:38 PM -
1 Votes
Entity Framework MVVM, Insert Data into Database
I just successfully added a customer using this version: https://gallery.technet.microsoft.com/WPF-EntityAnswered | 1 Replies | 717 Views | Created by martynball - Monday, January 25, 2016 8:12 PM | Last reply by Andy ONeill - Monday, January 25, 2016 8:36 PM -
0 Votes
Insert,Update And Delete Datagridview using Entity Framework
Hi All, I am using Visual Studio 2010. How to Insert,Update And Delete Datagridview using Entity Framework in ...Answered | 4 Replies | 5047 Views | Created by narayanan_1983 - Friday, December 12, 2014 9:40 AM | Last reply by narayanan_1983 - Tuesday, December 23, 2014 4:54 AM -
0 Votes
Insert, Update, Delete and View data by silverlight application using ADO.NET, Entity Framework
Hello experts I m new in silverlight. I don't no much about silverlight. I Installed Silverlight 4. I need to know how insert, update, delete and display data by ...Answered | 1 Replies | 4058 Views | Created by dmojam - Friday, May 14, 2010 10:59 AM | Last reply by Wolfgang Schneider AUT - Friday, May 14, 2010 11:02 AM - Items 1 to 20 of 2605031 Next ›
No announcements