单项选择题

下列选项中,SqlCommand类的()方法执行非查询SQL语句。

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