Ejemplo n.º 1
0
        public AprPercentilesPesoEstaturaCollection FetchByQuery(Query qry)
        {
            AprPercentilesPesoEstaturaCollection coll = new AprPercentilesPesoEstaturaCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Ejemplo n.º 2
0
        public AprPercentilesPesoEstaturaCollection FetchAll()
        {
            AprPercentilesPesoEstaturaCollection coll = new AprPercentilesPesoEstaturaCollection();
            Query qry = new Query(AprPercentilesPesoEstatura.Schema);

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }