public AprPercentilesPesoEdadCollection FetchByQuery(Query qry) { AprPercentilesPesoEdadCollection coll = new AprPercentilesPesoEdadCollection(); coll.LoadAndCloseReader(qry.ExecuteReader()); return(coll); }
public AprPercentilesPesoEdadCollection FetchAll() { AprPercentilesPesoEdadCollection coll = new AprPercentilesPesoEdadCollection(); Query qry = new Query(AprPercentilesPesoEdad.Schema); coll.LoadAndCloseReader(qry.ExecuteReader()); return(coll); }