提交代码

private void btnUpdate_Click(object sender, EventArgs e)
{
SqlCommandBuilder scb = new SqlCommandBuilder(this.dataInfoTableAdapter.Adapter);
scb.DataAdapter.Update(this.personalserverDataSet1.DataInfo);


}