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