예제 #1
0
 public void UpdateWithCommandBuilder(DataSet dataSet)
 {
     AdoTemplate.DataSetUpdateWithCommandBuilder(dataSet, CommandType.Text, selectAll, null, "Customers");
 }