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