单项选择题

在程序中要执行1个SQL 语句,得到编号为10的学员的年龄,可以使用Command对象的()方法。

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