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; }
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; }