TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Madhav Sharma
886
899
39k
How to update 3 table data by using entity framwork
Mar 27 2020 9:53 AM
Here i am able to add 3 table data in sql server
//This code is for adding data in table
userData.Franchises.Add(franchiseData);
foreach (var item in userData.Franchises)
{
item.Fees.Add(feeData);
}
db.Users.Add(userData);
db.SaveChanges();
but I want to know how to update these able by using entity framework
Reply
Answers (
5
)
Getting Unauthorized error in WeboxApp API
Encryption and Decryption of Image file using AES and RSA