1
Answer

How to insert data in multiple tables using single query?

I want to insert data into multiple tables at a time using single query with entity framework in MVC. I am using WCF service to perform the INSERT operation.
Thanks in advance

Answers (1)