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