SampleDataSet.CustomersRow newCustomersRow = sampleDataSet.Customers.NewCustomersRow();
newCustomersRow.CustomerID = "1234-123";
newCustomersRow.CompanyName = "Sample Works";
sampleDataSet.Customers.Rows.Add(newCustomersRow);
TableAdapter Fill edildikten sonra bu kodu çalıştırın.