單項(xiàng)選擇題dataadapter對(duì)象使用與()屬性關(guān)聯(lián)的command對(duì)象將用戶在datadet中新建的數(shù)據(jù)行保存入數(shù)據(jù)源.
A.deletecommand
B.updatecommand
C.insertcommand
D.selectcommand
您可能感興趣的試卷
你可能感興趣的試題
1.單項(xiàng)選擇題為了使DataAdapter執(zhí)行最基本的功能,在DataAdapter對(duì)象中,下列哪個(gè)Command屬性的值是必須有效的?()
A.UpdateCommand
B.DeleteCommand
C.InsertCommand
D.SelectCommand
2.單項(xiàng)選擇題textBox1是窗體Form1中的一個(gè)TextBox控件,下列語(yǔ)句的作用是()textbox1.DataBindings.Add(“Text”,dsNorthwind,”P(pán)roducts.ProductID”);
A.將textBox1的Text屬性綁定到數(shù)據(jù)集dsNorthwind的表Products
B.將textBox1的綁定到數(shù)據(jù)集dsNorthwind的表Products的列ProductID
C.將textBox1的Text屬性綁定到數(shù)據(jù)集Products的表ProductID
D.將textBox1的Text屬性綁定到數(shù)據(jù)集dsNorthwind的表Products的列ProductID