save entered data to database using stored procedure with parameters

  • Thread starter Thread starter zleug
  • Start date Start date
Z

zleug

Guest
Hi All.

My WPF project window form has fields, for instance, FirstName, LastName, EmailAddress. The form binding to database with entity framework. How to save entered data using stored procedure with parameters @FirstName, @LastName, @EmailAddress?

Thanks.

Continue reading...
 
Back
Top