Firstly I wanted to update Sql server database with the records in my DataGridView. In the process i googled several sites. I came across TableAdapter concepts. I saw statements something like ""Me.CustomersTableAdapter.Update(Me.NorthwindDataSet.Customers)."" What does this mean? I know that it ultimately updates. But the datatable names and other part of this statement, i don't know how to get them?
↧