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

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Exemplo n.º 2
0
        public AprControlNiñoSanoConsultorioCollection FetchAll()
        {
            AprControlNiñoSanoConsultorioCollection coll = new AprControlNiñoSanoConsultorioCollection();
            Query qry = new Query(AprControlNiñoSanoConsultorio.Schema);

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