Exemplo n.º 1
0
 public List <List <string> > CarregaDadosProcedure(String sql, List <List <string> > parameters, bool colsFirst)
 {
     ds = new DataSet();
     cs = new ClasseConexao();
     return(DataTableToMatrix(cs.executa_Procedure(sql, parameters), colsFirst));
 }