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

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
 public TPhieuXuatthuocBenhnhanCollection FetchAll()
 {
     TPhieuXuatthuocBenhnhanCollection coll = new TPhieuXuatthuocBenhnhanCollection();
     Query qry = new Query(TPhieuXuatthuocBenhnhan.Schema);
     coll.LoadAndCloseReader(qry.ExecuteReader());
     return coll;
 }
Exemplo n.º 3
0
        public TPhieuXuatthuocBenhnhanCollection FetchAll()
        {
            TPhieuXuatthuocBenhnhanCollection coll = new TPhieuXuatthuocBenhnhanCollection();
            Query qry = new Query(TPhieuXuatthuocBenhnhan.Schema);

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
 public TPhieuXuatthuocBenhnhanCollection FetchByQuery(Query qry)
 {
     TPhieuXuatthuocBenhnhanCollection coll = new TPhieuXuatthuocBenhnhanCollection();
     coll.LoadAndCloseReader(qry.ExecuteReader());
     return coll;
 }