示例#1
0
 public void FillDs(DataSet Ads, string Asql, string[] Atabs)
 {
     _dbhelper.FillDataset(_dbcon, CommandType.Text, Asql, Ads, Atabs);
 }