Exemple #1
0
        private void 添加表模板(string 表名, int ID)
        {
            string strsql = "select * from " + 表名 + " where ID=" + ID;
            表模板    表模板    = new 表模板();

            表模板.填充表模板(表名, strsql);
            list.Add(表模板);
        }
Exemple #2
0
 private void 添加表模板(string 表名, int  ID)
 {
     string strsql = "select * from " + 表名 + " where ID=" + ID;
     表模板 表模板 = new 表模板();
     表模板.填充表模板(表名, strsql);
     list.Add(表模板);
 }