示例#1
0
 public bool UpdateData(DataTable dt)
 {
     return(oDLBase.UpdateData(dt.DataSet, dt.TableName));
 }