单项选择题
在ADO.NET中,Command对象用于执行SQL命令,如果需要得到多行多列的查询结果,则需要使用该对象的()方法。
A.Execute()
B.ExecuteNonQuery()
C.ExecuteReader()
D.ExecuteScalar()
点击查看答案
相关考题
多项选择题
