示例#1
0
        public bool BatchUpdateColumn(System.Data.DataTable dt, string tableID)
        {
            ColumnManager mgr = new ColumnManager();

            return(mgr.UpdateList(dt, tableID));
        }