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