示例#1
0
 public DataSet Execute(string sql)
 {
     return(_provider.Execute(sql));
 }