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

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Exemplo n.º 2
0
        public PnValidacionPrestacionCollection FetchAll()
        {
            PnValidacionPrestacionCollection coll = new PnValidacionPrestacionCollection();
            Query qry = new Query(PnValidacionPrestacion.Schema);

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