I using EF 4.1 for my windows application. But it didnt save data to databse
here is my code
private void supplierBindingNavigatorSaveItem_Click(object sender, EventArgs e)
{
poC.SaveChanges();
}
Why that
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Feb 28, 2012, 7:26 AM
Please refer,
http://blogs.msdn.com/b/adonet/archive/2011/03/15/ef-4-1-code-first-walkthrough.aspx
it is very good article on EF.
are u getting any error?
please share with us.