A.DataTable myTable =new DataTable("Months");myTable.Columns.Add("Month",string);
B.DataTable myTable =new DataTable("Months");myTable.Columns.Add("string",Month);
C.DataTable myTable =new DataTable("Months");myTable.Columns.Add("string",Tonth);
D.DataTable myTable =new DataTable("Months");myTable.Columns.Add(string ,"Month");
您可能感興趣的試卷
你可能感興趣的試題
A.填充數(shù)據(jù)集
B.查詢數(shù)據(jù)集
C.更新數(shù)據(jù)集
D.刪除數(shù)據(jù)集
A.DataSet
B.DataReader
C.Connection
D.Command
A.table.rows.count
B.table.rows.size
C.table.rows.length
D.table.rows
A.查詢
B.添加
C.修改
D.刪除
A.ExecuteNonQuery
B.ExecuteReader
C.ExecuteQuery
D.ExecuteScalar
最新試題
在C#WinForm程序中,新建的窗體后臺cs代碼自動繼承了()類。
在WinForms高級控件中,使用工具條控件可以創(chuàng)建功能非常強大的工具欄,工具欄上可以包含以下控件中除了()控件。
在WinForms程序中,如果要讓復(fù)選框控件默認選中,使用的屬性是()
在ADO.NET中,DataReader對象用于從數(shù)據(jù)庫中檢索只讀的數(shù)據(jù),使用()語句可以創(chuàng)建一個DataReader對象。
在WinForms中,已知在一個叫imgListBook的ImageList控件中有一張圖片,為了設(shè)置一個名為picBook的PictureBox控件的Image屬性,下列代碼正確的是()
在C#WinForms程序中,以下不屬于Label屬性的一項是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
以下關(guān)于Lable控件代碼描述正確的是()
在Visual Studio集成開發(fā)環(huán)境中有兩類窗口,分別為浮動窗口和固定窗口,下列不屬于浮動窗口的是()
在WinForms窗體控件組合框(ComboBox)的屬性中()屬性用于獲取當(dāng)前選中的項()