var colMemo1 = new DataColumn("缺料註記", typeof(string)); colMemo1.DefaultValue = " 是 否"; dtFromDB.Columns.Add(colMemo1);
確定! 回上一頁