单项选择题

当执行Sql语句“select count(id)from tb_student”时,需要使用SqlCommand对象的()方法执行?

A.ExecuteNonQuery()
B.ExecutQuery()
C.ExecuteReader()
D.ExecuteScalar()