单项选择题
A.IntervalB.EnableC.VisiableD.Run
当执行Sql语句“select count(id)from tb_student”时,需要使用SqlComma...
单项选择题当执行Sql语句“select count(id)from tb_student”时,需要使用SqlCommand对象的()方法执行?
A.ExecuteNonQuery()B.ExecutQuery()C.ExecuteReader()D.ExecuteScalar()
当执行Sql语句“delete from tb_student”时,需要使用SqlCommand对象的()方法...
单项选择题当执行Sql语句“delete from tb_student”时,需要使用SqlCommand对象的()方法执行?
A.ExecuteNonQuery()B.ExecuteScalar()C.ExecuteReader()D.ExecuteXmlReader()
当窗体首次显示出来之前,会触发()事件。A.LoadB.ShowC.ShowDialogD.Click
单项选择题当窗体首次显示出来之前,会触发()事件。
A.LoadB.ShowC.ShowDialogD.Click