單項選擇題dataadapter對象使用與()屬性關(guān)聯(lián)的command對象將用戶在datadet中新建的數(shù)據(jù)行保存入數(shù)據(jù)源.
A.deletecommand
B.updatecommand
C.insertcommand
D.selectcommand
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題為了使DataAdapter執(zhí)行最基本的功能,在DataAdapter對象中,下列哪個Command屬性的值是必須有效的?()
A.UpdateCommand
B.DeleteCommand
C.InsertCommand
D.SelectCommand
2.單項選擇題textBox1是窗體Form1中的一個TextBox控件,下列語句的作用是()textbox1.DataBindings.Add(“Text”,dsNorthwind,”Products.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