I’m using WCF with Linq-to-SQL in my application. How do I add a new record tp the WF table?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This code will create an new WF object and insert it into a database where db is the databaseContext this would be in your WCF, I presume that you have dbml file setup with the WF table on it?