예제 #1
0
        public AprZScorePesoLongitudCollection FetchByQuery(Query qry)
        {
            AprZScorePesoLongitudCollection coll = new AprZScorePesoLongitudCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
예제 #2
0
        public AprZScorePesoLongitudCollection FetchAll()
        {
            AprZScorePesoLongitudCollection coll = new AprZScorePesoLongitudCollection();
            Query qry = new Query(AprZScorePesoLongitud.Schema);

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