示例#1
0
        public AprZScoreLongitudEstaturaEdadCollection FetchByQuery(Query qry)
        {
            AprZScoreLongitudEstaturaEdadCollection coll = new AprZScoreLongitudEstaturaEdadCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
示例#2
0
        public AprZScoreLongitudEstaturaEdadCollection FetchAll()
        {
            AprZScoreLongitudEstaturaEdadCollection coll = new AprZScoreLongitudEstaturaEdadCollection();
            Query qry = new Query(AprZScoreLongitudEstaturaEdad.Schema);

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