单项选择题
dataadapter对象使用与()属性关联的command对象从数据源删除数据.
A.updatecommand
B.insertcommand
C.deletecommand
D.selectcommand
点击查看答案
相关考题
-
单项选择题
dataadapter对象使用与()属性关联的command对象将用户在datadet中新建的数据行保存入数据源.
A.deletecommand
B.updatecommand
C.insertcommand
D.selectcommand -
单项选择题
为了使DataAdapter执行最基本的功能,在DataAdapter对象中,下列哪个Command属性的值是必须有效的?()
A.UpdateCommand
B.DeleteCommand
C.InsertCommand
D.SelectCommand -
单项选择题
textBox1是窗体Form1中的一个TextBox控件,下列语句的作用是()textbox1.DataBindings.Add(“Text”,dsNorthwind,”Products.ProductID”);
A.将textBox1的Text属性绑定到数据集dsNorthwind的表Products
B.将textBox1的绑定到数据集dsNorthwind的表Products的列ProductID
C.将textBox1的Text属性绑定到数据集Products的表ProductID
D.将textBox1的Text属性绑定到数据集dsNorthwind的表Products的列ProductID
