I want to insert records in multiple tables with entity framework 4.0
My database contains 2 tables
1. Student (StudentID - PrimaryKey)
2. Standard (StudentID - ForeignKey)
How can I add values into these table at one time?
I want to insert records in multiple tables with entity framework 4.0
My database contains 2 tables
1. Student (StudentID - PrimaryKey)
2. Standard (StudentID - ForeignKey)
How can I add values into these table at one time?