public KcbLichsuDoituongKcbCollection FetchAll()
 {
     KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection();
     Query qry = new Query(KcbLichsuDoituongKcb.Schema);
     coll.LoadAndCloseReader(qry.ExecuteReader());
     return coll;
 }
Ejemplo n.º 2
0
        public KcbLichsuDoituongKcbCollection FetchByQuery(Query qry)
        {
            KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Ejemplo n.º 3
0
        public KcbLichsuDoituongKcbCollection FetchAll()
        {
            KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection();
            Query qry = new Query(KcbLichsuDoituongKcb.Schema);

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Ejemplo n.º 4
0
        public KcbLichsuDoituongKcbCollection FetchByID(object IdLichsuDoituongKcb)
        {
            KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection().Where("id_lichsu_doituong_Kcb", IdLichsuDoituongKcb).Load();

            return(coll);
        }
 public KcbLichsuDoituongKcbCollection FetchByQuery(Query qry)
 {
     KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection();
     coll.LoadAndCloseReader(qry.ExecuteReader());
     return coll;
 }
 public KcbLichsuDoituongKcbCollection FetchByID(object IdBenhnhan)
 {
     KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection().Where("id_benhnhan", IdBenhnhan).Load();
     return coll;
 }
 public KcbLichsuDoituongKcbCollection FetchByID(object IdLichsuDoituongKcb)
 {
     KcbLichsuDoituongKcbCollection coll = new KcbLichsuDoituongKcbCollection().Where("id_lichsu_doituong_Kcb", IdLichsuDoituongKcb).Load();
     return coll;
 }