//添加uid列 String boardId = "uid"; if (!DatableUserList.Columns.Contains(boardId)) { DatableUserList.AddColumn(boardId, false); }