コード例 #1
0
        protected void btnSearch_Click(object sender, EventArgs e)
        {
            DataFeed df = new DataFeed();

            df.SearchPropertyXml("Property", "Property", "DMQL2", "(LastUpdated=" + ConfigurationManager.AppSettings["lastupdated"] + ")");
            // df.GetProperty();
            DataEnter db = new DataEnter();

            db.SaveProperty();

            //  Search Master List
            //  Dictionary<string,string> dic= df.SearchTransaction("Property", "Property", "DMQL2", "(ID=*)");
            //Dictionary<string,string> dic2=df.SearchTransaction("Property", "Property", "DMQL2", "(LastUpdated=" + ConfigurationManager.AppSettings["lastupdated"] + ")");
        }