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