Example #1
0
 public DataSet ReturnDs(string sql)
 {
     return(SQLDataServer.ToDataSet(sql, conn));
 }