相关考题
-
单项选择题
定时器控件Timer的()属性用于指定代码执行的间隔时间。
A.Interval
B.Enable
C.Visiable
D.Run -
单项选择题
当执行Sql语句“select count(id)from tb_student”时,需要使用SqlCommand对象的()方法执行?
A.ExecuteNonQuery()
B.ExecutQuery()
C.ExecuteReader()
D.ExecuteScalar() -
单项选择题
当执行Sql语句“delete from tb_student”时,需要使用SqlCommand对象的()方法执行?
A.ExecuteNonQuery()
B.ExecuteScalar()
C.ExecuteReader()
D.ExecuteXmlReader()
