No announcements
Found 2099045 threads
-
0 Votes
Inserting Data in Two Tables in Entity Framework 6.0
540421-Tutorial-An-Introduction-to-the-ADO-NET-Entity-FrameworkAnswered | 25 Replies | 4161 Views | Created by Zaid Mirza - Wednesday, January 6, 2016 8:32 AM | Last reply by DA924 - Thursday, January 7, 2016 4:32 PM -
2 Votes
Entity Framework Data Insert Question
I understand the relationship between the two tables.Answered | 8 Replies | 4493 Views | Created by oufan222 - Friday, January 14, 2011 4:16 AM | Last reply by oufan222 - Monday, January 31, 2011 2:04 PM -
0 Votes
Using one Stored Procedure to Insert data into multiple tables in Entity Framework 4.0
My Issue is, how should I map a single stored procedure that inserts data into multiple tables.Answered | 3 Replies | 7236 Views | Created by Kanjay - Tuesday, November 9, 2010 9:29 PM | Last reply by ulf.jzl - Thursday, February 24, 2011 1:31 PM -
0 Votes
Entity Framework
Hi Sulekh, I would suggest that you could refer to Entity framework Version History.Answered | 1 Replies | 635 Views | Created by Sulekh K - Tuesday, October 4, 2016 6:36 AM | Last reply by Zhanglong Wu - Wednesday, October 5, 2016 12:58 AM -
0 Votes
inserting data in two tables
Fro inserting new rows in primary table and then in history table, you would better go for TRIGGER option or a post insert batch operation.Answered | 7 Replies | 3356 Views | Created by justin_rock - Friday, August 19, 2011 3:50 PM | Last reply by Kalman Toth - Wednesday, August 24, 2011 9:26 AM -
0 Votes
Reading all table Names using Entity Framework 6.0
Read data from Db and write that data on Cloud.Answered | 3 Replies | 646 Views | Created by Zaid Mirza - Saturday, March 26, 2016 4:01 PM | Last reply by DA924x - Saturday, March 26, 2016 8:23 PM -
0 Votes
Insert the data into two tables at a time.
You can INSERT into both tables within one Transaction but not in one statement.Answered | 5 Replies | 909 Views | Created by Chakradhar Masineni - Monday, April 20, 2015 7:15 AM | Last reply by davidbaxterbrowne - Monday, April 20, 2015 2:00 PM -
0 Votes
Organizing large no of tables in Entity Framework
#1, I'm not aware of any best practice in Entity Framework.Answered | 1 Replies | 3972 Views | Created by SharePointGuy - Friday, September 24, 2010 6:42 AM | Last reply by liurong luo - Wednesday, September 29, 2010 9:35 AM -
0 Votes
JOIN Between entityes of two models in Entity Framework
I cannot Join two tables When I have two Access application opens where each application is connected to a table in a non-shared mode.Answered | 1 Replies | 1966 Views | Created by Juan Manuel García Sánchez - Tuesday, July 24, 2012 11:17 AM | Last reply by Joel Engineer - Tuesday, July 24, 2012 4:40 PM -
1 Votes
Inserting data into entity.
Hi everyne, I have a doubt in how to do an insert into a table via <entity>_inserting(). i have a a silverligth control that returns a class object ...Answered | 2 Replies | 3259 Views | Created by TechnoSQuirreL - Tuesday, January 18, 2011 12:41 PM | Last reply by TechnoSQuirreL - Wednesday, January 19, 2011 2:29 PM -
5 Votes
How to insert a row using Entity Framework?
I have a web server, which connects to a database which I have modeled/mapped using the Entity Framework.Answered | 11 Replies | 180351 Views | Created by gordon LI - Friday, October 10, 2008 11:01 AM | Last reply by dex98 - Friday, June 22, 2012 2:53 PM -
0 Votes
Entity Framework Insert with associations Problems
Waiting to find the next table this happens on.Answered | 6 Replies | 5749 Views | Created by Resin - Thursday, March 18, 2010 7:18 PM | Last reply by reefer - Sunday, April 11, 2010 1:18 AM -
2 Votes
Entity Framework insert not setting TimeStamp correctly
I just started using Entity Framework so may be I am asking very basic questions.Answered | 10 Replies | 5163 Views | Created by sujit1779 - Saturday, May 28, 2016 6:43 PM | Last reply by DA924x - Thursday, June 2, 2016 5:57 PM -
0 Votes
Fetch data from one table and insert into two tables in desired format
> I have similar to the following data in a table and it is not normalized.Answered | 4 Replies | 1312 Views | Created by vmrao - Friday, September 19, 2014 5:29 PM | Last reply by vmrao - Friday, September 19, 2014 8:43 PM -
0 Votes
Working with table with no primary key in Entity Framework
Hi Raza; Doing what Bob suggest is about the only way to CRUD operations in Entity Framework.Answered | 4 Replies | 6048 Views | Created by Raza Haider - Friday, November 11, 2011 7:39 AM | Last reply by Fernando Soto - MCSD - Thursday, November 17, 2011 3:49 PM -
0 Votes
Entity Framework: How to delete all rows in a table through entity framework?
If we removiing all logs from database table by using native SQL way, how can we make log entity collection up to date by using entity framework?Answered | 9 Replies | 44227 Views | Created by JJChen - Wednesday, January 13, 2010 4:56 PM | Last reply by Kasimier Buchcik - Sunday, October 3, 2010 3:43 AM -
1 Votes
Entity Framework MVVM, Insert Data into Database
I just successfully added a customer using this version: https://gallery.technet.microsoft.com/WPF-Entity-Framework-MVVM-78cdc204 You click the ...Answered | 1 Replies | 1051 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
Inserting Data into two tables when there is reference between two tables
Hi Smash126, The Bulk Insert task provides an efficient way to copy large amounts of data into a SQL Server table or view.Answered | 2 Replies | 3295 Views | Created by Smash126 - Thursday, August 2, 2012 6:32 PM | Last reply by Eileen Zhao - Thursday, August 9, 2012 5:50 AM -
1 Votes
Unable to insert identity column value explicitly using entity framework
Hello Friends, First i would like to inform you that i am novice in entity framework.Answered | 4 Replies | 17061 Views | Created by Amit Dangre MCTS - Thursday, August 19, 2010 7:23 AM | Last reply by KristoferA - Wednesday, August 25, 2010 4:54 AM -
0 Votes
Entity Framework
There are two camps for Entity Framework, Code First or Model First which variations to both.Answered | 2 Replies | 751 Views | Created by John sot - Sunday, January 15, 2017 12:28 AM | Last reply by Kareninstructor - Sunday, January 15, 2017 1:11 AM - Items 1 to 20 of 2099045 Next ›
No announcements