public PnDatMinOblCollection FetchByQuery(Query qry) { PnDatMinOblCollection coll = new PnDatMinOblCollection(); coll.LoadAndCloseReader(qry.ExecuteReader()); return(coll); }
public PnDatMinOblCollection FetchAll() { PnDatMinOblCollection coll = new PnDatMinOblCollection(); Query qry = new Query(PnDatMinObl.Schema); coll.LoadAndCloseReader(qry.ExecuteReader()); return(coll); }