题目内容
在ADO.NET中,下列代码运行后的输出结果是()DataTabledt=newDataTable();dt.Columns.Add("编号",typeof(System.Int16));dt.Columns.Add("成绩",typeof(System.Single));dt.Columns[1].DefaultValue=60;DataRowdr=dt.NewRow();dr[0]=10;dt.Rows.Add(dr);Console.WriteLine
查看答案
搜索结果不匹配?点我反馈