单项选择题

定时器控件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()

相关试题
  • 在WinForm窗体中,列表框(LisBox)控件的...
  • 在WinForm窗体中,可以存储多张图像资源的...
  • 在WinForm窗体中,ComboBox有三种下拉样式...
  • 在WinForms中,已知在一个叫imgListBook的I...
  • 在WinForms高级控件中,使用工具条控件可以...