コード例 #1
0
        public KcbThanhtoanPhanbotheoPTTTCollection FetchByQuery(Query qry)
        {
            KcbThanhtoanPhanbotheoPTTTCollection coll = new KcbThanhtoanPhanbotheoPTTTCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
コード例 #2
0
        public KcbThanhtoanPhanbotheoPTTTCollection FetchAll()
        {
            KcbThanhtoanPhanbotheoPTTTCollection coll = new KcbThanhtoanPhanbotheoPTTTCollection();
            Query qry = new Query(KcbThanhtoanPhanbotheoPTTT.Schema);

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }